Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 8346e32

Browse files
dandimeodandimeo
and
dandimeo
authored
Dockerfile base image change (#1108)
* changed base dockerfile image from ubuntu bionic to ruby to avoid version issues and fix 2.5 issue * more detailed ruby 2.6.7 image tag Co-authored-by: dandimeo <[email protected]>
1 parent 4a56669 commit 8346e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM ubuntu:bionic
1+
FROM ruby:2.6.7-buster
22

3-
RUN apt-get update && \
4-
apt-get install -y ruby-full build-essential zlib1g-dev wget python2.7 libpython2.7
3+
RUN apt update && \
4+
apt install -y ruby-full build-essential zlib1g-dev wget python2.7 libpython2.7
55

66
RUN cd /tmp && \
77
wget https://github.com/wjdp/htmltest/releases/download/v0.14.0/htmltest_0.14.0_linux_amd64.tar.gz && \

0 commit comments

Comments
 (0)