Skip to content

Commit

Permalink
install perl
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Feb 16, 2024
1 parent 869b82e commit 0ea4c63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/docker-images/alpine-3.16-arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN apk add \
ca-certificates \
cmake \
bash \
aws-cli
aws-cli \
perl

WORKDIR /tmp

Expand Down
3 changes: 2 additions & 1 deletion .github/docker-images/alpine-3.16-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN apk add \
ca-certificates \
cmake \
bash \
aws-cli
aws-cli \
perl

WORKDIR /tmp

Expand Down
4 changes: 2 additions & 2 deletions .github/docker-images/openwrt-x64-openjdk8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir -p /usr/local/bin
RUN opkg update

# packages in openwrt
RUN opkg install git-http ca-bundle curl python3 python3-pip gcc make bash sudo
RUN opkg install git-http ca-bundle curl python3 python3-pip gcc make bash sudo perl

# packages we have to get from alpine

Expand All @@ -27,7 +27,7 @@ RUN tar -xzf apk-tools-static-2.12.9-r3.apk
RUN ./sbin/apk.static -X http://dl-cdn.alpinelinux.org/alpine/v3.16/main -X http://dl-cdn.alpinelinux.org/alpine/v3.16/community -U --allow-untrusted --initdb add cmake openjdk8 maven aws-cli

# stub libraries for stuff we unconditionally link; functionality is all actually in musl already
# long term we might want to make our recognition better, but this is a blocker for the s2n build
# long term we might want to make our recognition better, but this is a blocker for the s2n build
RUN ar -rc /usr/lib/libpthread.a
RUN ar -rc /usr/lib/libdl.a
RUN ar -rc /usr/lib/librt.a
Expand Down

0 comments on commit 0ea4c63

Please sign in to comment.