no need for apk

This commit is contained in:
Joe Becher
2019-08-24 12:36:15 -04:00
committed by GitHub
parent cbad155b75
commit e61b738355

View File

@@ -5,7 +5,7 @@ FROM ubuntu:latest
WORKDIR /app
COPY . /app
RUN apk add --no-cache curl bash git
# RUN apk add --no-cache curl bash git
RUN chmod +x /app/entrypoint.sh