Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c587af7

Browse files
authored
fix(dogfood/Dockerfile): add explicit --chown to COPY directive (#13569)
1 parent 5d3f3c0 commit c587af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ SHELL ["/bin/bash", "-c"]
9090
# the default mirror with teraswitch.
9191
RUN apt-get update && apt-get install --yes ca-certificates
9292

93-
COPY files /
93+
COPY --chown=root:root files /
9494

9595
# Install packages from apt repositories
9696
ARG DEBIAN_FRONTEND="noninteractive"

0 commit comments

Comments
 (0)