Skip to content

Commit 3bdb572

Browse files
author
Brent Cook
committed
Land rapid7#8898, move Dockerfile for publishing
2 parents 8fdcc14 + 4b272f3 commit 3bdb572

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/Dockerfile renamed to Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN apk update && \
3636
ncurses-dev \
3737
git \
3838
&& echo "gem: --no-ri --no-rdoc" > /etc/gemrc \
39+
&& gem update --system \
3940
&& gem install bundler \
4041
&& bundle install --system $BUNDLER_ARGS \
4142
&& apk del .ruby-builddeps \

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
image: metasploit
55
build:
66
context: .
7-
dockerfile: ./docker/Dockerfile
7+
dockerfile: ./Dockerfile
88
environment:
99
DATABASE_URL: postgres://postgres@db:5432/msf
1010
links:

0 commit comments

Comments
 (0)