We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bea5e commit fb3dc58Copy full SHA for fb3dc58
base/Dockerfile
@@ -39,7 +39,7 @@ RUN apt-get update && \
39
rm -rf /var/lib/apt/lists/*
40
41
# Install docker CLI
42
-RUN apt-get install -m 0755 -d /etc/apt/keyrings && \
+RUN install -m 0755 -d /etc/apt/keyrings && \
43
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && \
44
chmod a+r /etc/apt/keyrings/docker.asc && \
45
echo \
0 commit comments