Skip to content

Commit 297951a

Browse files
committed
Don't apk delete curl
1 parent cf8f9a9 commit 297951a

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ RUN \
2222
apk add --no-cache \
2323
haproxy==${HAPROXY_VERSION} && \
2424
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
25-
apk del --no-cache \
26-
curl && \
2725
rm -rf \
2826
/etc/haproxy \
2927
/tmp/*

Dockerfile.aarch64

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ RUN \
2222
apk add --no-cache \
2323
haproxy==${HAPROXY_VERSION} && \
2424
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
25-
apk del --no-cache \
26-
curl && \
2725
rm -rf \
2826
/etc/haproxy \
2927
/tmp/*

0 commit comments

Comments
 (0)