We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173def6 commit 45b6cf6Copy full SHA for 45b6cf6
buildroot/Dockerfile.alpine
@@ -119,7 +119,8 @@ RUN \
119
# regenerate the ca-certs!
120
chroot-exec update-ca-certificates && \
121
chroot-pip --optimize install --force-reinstall setuptools
122
-COPY <<EOF --chmod=755 /$BUILD_ROOT/usr/local/lib/python$PYTHON_VERSION/ensurepip.py
+
123
+COPY --chmod=755 <<EOF /$BUILD_ROOT/usr/local/lib/python$PYTHON_VERSION/ensurepip.py
124
import sys
125
126
if __name__ == "__main__":
0 commit comments