Skip to content

Commit ace0d93

Browse files
committed
chore: change mode of tmp cache mount
1 parent 3e8316d commit ace0d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN --mount=type=bind,source=.devcontainer/cpp/apt-requirements-clang.json,targe
4242
--mount=type=cache,target=/var/cache/apt,sharing=locked \
4343
--mount=type=cache,target=/var/lib/apt,sharing=locked \
4444
--mount=type=cache,target=/var/log,sharing=locked \
45-
--mount=type=cache,target=/tmp,sharing=locked \
45+
--mount=type=cache,target=/tmp,sharing=locked,mode=1777 \
4646
wget -qO - https://apt.llvm.org/llvm-snapshot.gpg.key | gpg --dearmor -o /usr/share/keyrings/llvm-snapshot-keyring.gpg \
4747
&& wget -qO - https://dl.cloudsmith.io/public/mull-project/mull-stable/gpg.41DB35380DE6BD6F.key | gpg --dearmor -o /usr/share/keyrings/mull-project-mull-stable-archive-keyring.gpg \
4848
&& UBUNTU_CODENAME=$(grep '^UBUNTU_CODENAME=' /etc/os-release | cut -d= -f2) \

0 commit comments

Comments
 (0)