Skip to content

Commit

Permalink
Update to work when base is changing to Alpine 3.18
Browse files Browse the repository at this point in the history
The base for our alpine ponyc images is changing from 3.16 to 3.18.
To work with that change, we have to drop installing libexec which
is no longer available and is now part of musl.
  • Loading branch information
SeanTAllen committed Aug 29, 2023
1 parent 6dd6e8b commit 8a5463f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x86-64-unknown-linux-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ RUN apk add --update --no-cache \
bash \
make \
build-base \
libexecinfo-dev \
libexecinfo-static \
&& pip install cloudsmith-cli

RUN git config --global --add safe.directory '*'

0 comments on commit 8a5463f

Please sign in to comment.