Skip to content

Commit

Permalink
Merge pull request #510 from Temikus/upgrade_ci_image
Browse files Browse the repository at this point in the history
Upgrade CI docker image to Ubuntu 18.04
  • Loading branch information
Temikus authored Dec 1, 2020
2 parents 6a17261 + b5fc814 commit 47b05e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/docker-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:16.04
FROM ubuntu:18.04

# Packages
# Common dependencies for the CI env and gems with C extensions
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -qq update && apt-get -y -qq install \
build-essential \
curl \
Expand All @@ -12,7 +12,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y -qq update && apt-get -y -qq insta
libxml2-dev \
libxslt-dev

# Ubuntu 16.04 will fetch us 2.3.x without any issues.
# Ubuntu 18.04 will fetch us Ruby 2.5.x
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ruby ruby-dev && apt-get clean

RUN gem install bundler

0 comments on commit 47b05e3

Please sign in to comment.