Skip to content

Commit

Permalink
fix alpine build error due to libressl
Browse files Browse the repository at this point in the history
Co-authored-by: Esteban Foronda <[email protected]>
Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang and EstebanFS committed Jun 24, 2021
1 parent 15167fc commit 4a979e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -e; for pkg in $(go list ./...); do \
done

FROM ${base_image} AS resource
RUN apk add --no-cache bash jq git git-daemon openssh make g++ libressl-dev
RUN apk add --no-cache bash jq git git-daemon openssh make g++ openssl-dev
RUN git config --global user.email "git@localhost"
RUN git config --global user.name "git"

Expand Down

0 comments on commit 4a979e6

Please sign in to comment.