Skip to content

Commit

Permalink
Use git-crypt from alpine repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlange committed Jan 13, 2020
1 parent 1bd05c8 commit e38769a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Dockerfile
Expand Up @@ -14,15 +14,8 @@ RUN apk update && \
py2-pip \
libstdc++ \
gpgme \
libressl-dev \
make \
g++ \
git-crypt \
&& \
git clone https://github.com/AGWA/git-crypt.git && \
make --directory git-crypt && \
make --directory git-crypt install && \
rm -rf git-crypt && \
apk del libressl-dev make g++ && \
rm -rf /var/cache/apk/*

RUN pip install ijson awscli
Expand Down

0 comments on commit e38769a

Please sign in to comment.