Skip to content

Commit

Permalink
update to 0.7.0, add build flag as workaround per AGWA/git-crypt#232
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-mariusz committed Jul 15, 2024
1 parent 2caed56 commit 201ef36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:edge
MAINTAINER Xueshan Feng <xueshan.feng@gmail.com>

ENV VERSION 0.6.0
ENV VERSION 0.7.0

RUN apk --update add \
bash \
Expand All @@ -15,7 +15,7 @@ RUN apk --update add \
&& rm -rf /var/cache/apk/*

RUN curl -L https://github.com/AGWA/git-crypt/archive/$VERSION.tar.gz | tar zxv -C /var/tmp
RUN cd /var/tmp/git-crypt-$VERSION && make && make install PREFIX=/usr/local
RUN cd /var/tmp/git-crypt-$VERSION && CXXFLAGS='-DOPENSSL_API_COMPAT=0x30000000L' make && make install PREFIX=/usr/local

WORKDIR /repo
VOLUME /repo
Expand Down

0 comments on commit 201ef36

Please # to comment.