Skip to content

Commit 73b2b8d

Browse files
committed
Land rapid7#9470, Update docker image dependencies
fix rapid7#8211
2 parents 6175455 + 0408dd8 commit 73b2b8d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.2
1+
2.4.3

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ addons:
1212
language: ruby
1313
rvm:
1414
- '2.2'
15-
- '2.3.5'
16-
- '2.4.2'
15+
- '2.3.6'
16+
- '2.4.3'
1717

1818
env:
1919
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"'

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)