Skip to content

Commit

Permalink
update with federation branch default
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed May 24, 2018
1 parent 78f2051 commit 131299d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ MAINTAINER Olivier Filangi "[email protected]"

# Environment variables
ENV ASKOMICS="https://github.com/askomics/askomics.git" \
ASKOMICS_DIR="/usr/local/askomics" \
ASKOMICS_VERSION="17.12"
ASKOMICS_DIR="/usr/local/askomics"

# Install prerequisites, clone repository and install
RUN apk add --update bash make gcc g++ zlib-dev libzip-dev bzip2-dev xz-dev git python3 python3-dev nodejs nodejs-npm && \
RUN apk add --update bash make gcc g++ zlib-dev libzip-dev bzip2-dev xz-dev git python3 python3-dev nodejs nodejs-npm linux-headers && \
git clone ${ASKOMICS} ${ASKOMICS_DIR} && \
cd ${ASKOMICS_DIR} && \
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 131299d

Please sign in to comment.