Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xgaia authored Dec 22, 2017
1 parent 308b12c commit 0f94368
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 @@ -17,7 +17,7 @@ COPY dump.template.nq /dump.template.nq
RUN apk add --update bash make gcc g++ zlib-dev libzip-dev bzip2-dev xz-dev git python3 python3-dev nodejs nodejs-npm wget && \
git clone ${ASKOMICS} ${ASKOMICS_DIR} && \
cd ${ASKOMICS_DIR} && \
git checkout ${ASKOMICS_VERSION} && \
git checkout -b ${ASKOMICS_VERSION} origin/${ASKOMICS_VERSION} && \
npm install gulp -g && \
npm install --production && \
chmod +x startAskomics.sh && \
Expand Down

0 comments on commit 0f94368

Please sign in to comment.