We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8f9a9 commit 297951aCopy full SHA for 297951a
2 files changed
Dockerfile
@@ -22,8 +22,6 @@ RUN \
22
apk add --no-cache \
23
haproxy==${HAPROXY_VERSION} && \
24
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
25
- apk del --no-cache \
26
- curl && \
27
rm -rf \
28
/etc/haproxy \
29
/tmp/*
Dockerfile.aarch64
0 commit comments