This commit is contained in:
Luke Murphy 2020-04-06 12:36:46 +02:00
parent 5ee043abe2
commit 2a308f5fee
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM ruby:2.6.5-alpine
EXPOSE 4000
RUN apk --no-cache add \
bash \
g++ \
git \
make