Land #9470, Update docker image dependencies

fix #8211
MS-2855/keylogger-mettle-extension
Christian Mehlmauer 2018-01-28 15:14:33 +01:00
commit 73b2b8dab1
No known key found for this signature in database
GPG Key ID: DCF54A05D6E62591
3 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
2.4.2 2.4.3

View File

@ -12,8 +12,8 @@ addons:
language: ruby language: ruby
rvm: rvm:
- '2.2' - '2.2'
- '2.3.5' - '2.3.6'
- '2.4.2' - '2.4.3'
env: env:
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"' - CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"'

View File

@ -1,4 +1,4 @@
FROM ruby:2.4.2-alpine FROM ruby:2.4.3-alpine3.7
LABEL maintainer="Rapid7" LABEL maintainer="Rapid7"
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage" ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"
@ -20,6 +20,8 @@ RUN apk update && \
nmap-scripts \ nmap-scripts \
nmap-nselibs \ nmap-nselibs \
postgresql-libs \ postgresql-libs \
python \
python3 \
ncurses \ ncurses \
libcap \ libcap \
&& apk add --virtual .ruby-builddeps \ && apk add --virtual .ruby-builddeps \
@ -27,7 +29,7 @@ RUN apk update && \
bison \ bison \
build-base \ build-base \
ruby-dev \ ruby-dev \
openssl-dev \ libressl-dev \
readline-dev \ readline-dev \
sqlite-dev \ sqlite-dev \
postgresql-dev \ postgresql-dev \