Skip to content

Commit

Permalink
Merge pull request bclswl0827#17 from ygsk10/master
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
Yuki Kikuchi authored May 20, 2020
2 parents 04f3457 + 6234ba5 commit faae4b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM alpine:3.5
RUN apk add --no-cache --virtual .build-deps ca-certificates curl

RUN apk add --no-cache --virtual .build-deps ca-certificates curl bash unzip



ADD configure.sh /configure.sh
RUN chmod +x /configure.sh
CMD /configure.sh

0 comments on commit faae4b2

Please sign in to comment.