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 ad50426 commit 4efc743Copy full SHA for 4efc743
Dockerfile
@@ -5,7 +5,7 @@ ENV PIP_DEFAULT_TIMEOUT 60
5
6
# Install the docker client for multiplatform builds
7
RUN apt update && \
8
- apt install ca-certificates curl && \
+ apt -y install ca-certificates curl && \
9
install -m 0755 -d /etc/apt/keyrings && \
10
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && \
11
chmod a+r /etc/apt/keyrings/docker.asc && \
0 commit comments