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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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