diff --git a/Dockerfile b/Dockerfile index eb34123..541d026 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,6 @@ RUN \ apk add --no-cache \ haproxy==${HAPROXY_VERSION} && \ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ - apk del --no-cache \ - curl && \ rm -rf \ /etc/haproxy \ /tmp/* diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index eb34123..541d026 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -22,8 +22,6 @@ RUN \ apk add --no-cache \ haproxy==${HAPROXY_VERSION} && \ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ - apk del --no-cache \ - curl && \ rm -rf \ /etc/haproxy \ /tmp/*