Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nampdn authored Nov 29, 2018
1 parent 495417a commit 6afe998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
&& apk del .build-deps-yarn

RUN apk add --no-cache git
RUN apk add --no-cache git openssl openssl-dev

ENTRYPOINT []
CMD [ "node" ]

0 comments on commit 6afe998

Please sign in to comment.