We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6175455 commit f681077Copy full SHA for f681077
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:2.4.2-alpine
+FROM ruby:2.4.3-alpine3.7
2
LABEL maintainer="Rapid7"
3
4
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"
@@ -20,14 +20,16 @@ RUN apk update && \
20
nmap-scripts \
21
nmap-nselibs \
22
postgresql-libs \
23
+ python \
24
+ python3 \
25
ncurses \
26
libcap \
27
&& apk add --virtual .ruby-builddeps \
28
autoconf \
29
bison \
30
build-base \
31
ruby-dev \
- openssl-dev \
32
+ libressl-dev \
33
readline-dev \
34
sqlite-dev \
35
postgresql-dev \
0 commit comments