Skip to content

Commit c0ca7fa

Browse files
committed
Alpine: install curl on architectures we build from source.
1 parent 666d119 commit c0ca7fa

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Dockerfile-alpine-otel.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN set -x \
3232
bash \
3333
alpine-sdk \
3434
findutils \
35+
curl \
3536
xz \
3637
re2-dev \
3738
c-ares-dev \

Dockerfile-alpine-perl.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN set -x \
3030
bash \
3131
alpine-sdk \
3232
findutils \
33+
curl \
3334
&& su nobody -s /bin/sh -c " \
3435
export HOME=${tempDir} \
3536
&& cd ${tempDir} \

Dockerfile-alpine-slim.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN set -x \
4848
bash \
4949
alpine-sdk \
5050
findutils \
51+
curl \
5152
&& su nobody -s /bin/sh -c " \
5253
export HOME=${tempDir} \
5354
&& cd ${tempDir} \

Dockerfile-alpine.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN set -x \
3636
bash \
3737
alpine-sdk \
3838
findutils \
39+
curl \
3940
&& su nobody -s /bin/sh -c " \
4041
export HOME=${tempDir} \
4142
&& cd ${tempDir} \

0 commit comments

Comments
 (0)