Skip to content

Commit 0ea4c63

Browse files
committed
install perl
1 parent 869b82e commit 0ea4c63

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/docker-images/alpine-3.16-arm64/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ RUN apk add \
1818
ca-certificates \
1919
cmake \
2020
bash \
21-
aws-cli
21+
aws-cli \
22+
perl
2223

2324
WORKDIR /tmp
2425

.github/docker-images/alpine-3.16-x64/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ RUN apk add \
1818
ca-certificates \
1919
cmake \
2020
bash \
21-
aws-cli
21+
aws-cli \
22+
perl
2223

2324
WORKDIR /tmp
2425

.github/docker-images/openwrt-x64-openjdk8/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN mkdir -p /usr/local/bin
77
RUN opkg update
88

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

1212
# packages we have to get from alpine
1313

@@ -27,7 +27,7 @@ RUN tar -xzf apk-tools-static-2.12.9-r3.apk
2727
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
2828

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

0 commit comments

Comments
 (0)