Skip to content

Commit

Permalink
added dependent package openssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bfg100k authored Apr 16, 2022
1 parent 8294302 commit e718aee
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 @@ -7,7 +7,7 @@ FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder

ARG ZT_COMMIT

RUN apk add --update alpine-sdk linux-headers \
RUN apk add --update alpine-sdk linux-headers openssl-dev \
&& apk add cargo || true \
&& git clone --quiet https://github.com/zerotier/ZeroTierOne.git /src \
&& git -C src reset --quiet --hard ${ZT_COMMIT} \
Expand Down

0 comments on commit e718aee

Please sign in to comment.