Skip to content

Commit f681077

Browse files
committed
update dockerfile to include newer
1 parent 6175455 commit f681077

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.2-alpine
1+
FROM ruby:2.4.3-alpine3.7
22
LABEL maintainer="Rapid7"
33

44
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"
@@ -20,14 +20,16 @@ RUN apk update && \
2020
nmap-scripts \
2121
nmap-nselibs \
2222
postgresql-libs \
23+
python \
24+
python3 \
2325
ncurses \
2426
libcap \
2527
&& apk add --virtual .ruby-builddeps \
2628
autoconf \
2729
bison \
2830
build-base \
2931
ruby-dev \
30-
openssl-dev \
32+
libressl-dev \
3133
readline-dev \
3234
sqlite-dev \
3335
postgresql-dev \

0 commit comments

Comments
 (0)