Skip to content

Commit fb3dc58

Browse files
fix dockerfile
Signed-off-by: stoneshi-yunify <[email protected]>
1 parent 60bea5e commit fb3dc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN apt-get update && \
3939
rm -rf /var/lib/apt/lists/*
4040

4141
# Install docker CLI
42-
RUN apt-get install -m 0755 -d /etc/apt/keyrings && \
42+
RUN install -m 0755 -d /etc/apt/keyrings && \
4343
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && \
4444
chmod a+r /etc/apt/keyrings/docker.asc && \
4545
echo \

0 commit comments

Comments
 (0)