This commit is contained in:
Luke Murphy
2020-04-06 12:36:46 +02:00
parent 5ee043abe2
commit 2a308f5fee

View File

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