Skip to content

Commit

Permalink
Fix musl version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bemyak committed Nov 16, 2022
1 parent 60b3db9 commit 8572cfb
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 @@ -42,7 +42,7 @@ ENV BUILD_PKG="${BUILDPKG}"
# incurs approximately 1:30 extra build time (1:54 vs 0:27) to install packages. Doesn't impact
# development as these layers are drawn from cache after the first build.
RUN apk update \
&& apk add musl-dev=1.2.3-r0 \
&& apk add musl-dev>1.2.3 \
&& apk add gcc=11.2.1_git20220219-r2

# Set up source for compilation
Expand Down

0 comments on commit 8572cfb

Please sign in to comment.