Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea67589

Browse files
authored
fix(dogfood/Dockerfile): revert add explicit --chown to COPY directive (#13569) (#13781)
* Revert "fix(dogfood/Dockerfile): add explicit --chown to COPY directive (#13569)"This reverts commitc587af7.* add a bogus comment to ensure hashes change
1 parent940afa1 commitea67589

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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--chown=root:rootfiles /
93+
COPY files /
9494

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

‎dogfood/files/etc/sudoers.d/nopasswd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
# Allow the Coder user to execute sudo without a password
12
coder ALL=(ALL) NOPASSWD:ALL

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp