Skip to content

Commit

Permalink
don't use debian
Browse files Browse the repository at this point in the history
  • Loading branch information
kimgault committed Mar 28, 2020
1 parent 970a821 commit 7ecc3db
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 @@ -26,6 +26,6 @@ RUN yarn global add lerna@3.16.4 --ignore-engines
RUN yarn global add serverless@1.19.0 --ignore-engines
RUN yarn config set workspaces-experimental true
RUN curl -L https://github.com/AGWA/git-crypt/archive/$GITCRYPT_VERSION.tar.gz | tar zxv -C /var/tmp
RUN cd /var/tmp/git-crypt-debian-$GITCRYPT_VERSION && make && make install PREFIX=/usr/local
RUN cd /var/tmp/git-crypt-$GITCRYPT_VERSION && make && make install PREFIX=/usr/local

CMD ["/bin/sh"]

0 comments on commit 7ecc3db

Please sign in to comment.