Skip to content

Commit 45b6cf6

Browse files
committed
fix: move chmod to correct Dockerfile location
1 parent 173def6 commit 45b6cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildroot/Dockerfile.alpine

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ RUN \
119119
# regenerate the ca-certs!
120120
chroot-exec update-ca-certificates && \
121121
chroot-pip --optimize install --force-reinstall setuptools
122-
COPY <<EOF --chmod=755 /$BUILD_ROOT/usr/local/lib/python$PYTHON_VERSION/ensurepip.py
122+
123+
COPY --chmod=755 <<EOF /$BUILD_ROOT/usr/local/lib/python$PYTHON_VERSION/ensurepip.py
123124
import sys
124125

125126
if __name__ == "__main__":

0 commit comments

Comments
 (0)