Commit 0ea4c63 1 parent 869b82e commit 0ea4c63 Copy full SHA for 0ea4c63
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ RUN apk add \
18
18
ca-certificates \
19
19
cmake \
20
20
bash \
21
- aws-cli
21
+ aws-cli \
22
+ perl
22
23
23
24
WORKDIR /tmp
24
25
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ RUN apk add \
18
18
ca-certificates \
19
19
cmake \
20
20
bash \
21
- aws-cli
21
+ aws-cli \
22
+ perl
22
23
23
24
WORKDIR /tmp
24
25
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN mkdir -p /usr/local/bin
7
7
RUN opkg update
8
8
9
9
# 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
11
11
12
12
# packages we have to get from alpine
13
13
@@ -27,7 +27,7 @@ RUN tar -xzf apk-tools-static-2.12.9-r3.apk
27
27
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
28
28
29
29
# 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
31
31
RUN ar -rc /usr/lib/libpthread.a
32
32
RUN ar -rc /usr/lib/libdl.a
33
33
RUN ar -rc /usr/lib/librt.a
You can’t perform that action at this time.
0 commit comments