Skip to content

Commit 4efc743

Browse files
author
saville
committed
Fix build that is mysteriously broken now
1 parent ad50426 commit 4efc743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV PIP_DEFAULT_TIMEOUT 60
55

66
# Install the docker client for multiplatform builds
77
RUN apt update && \
8-
apt install ca-certificates curl && \
8+
apt -y install ca-certificates curl && \
99
install -m 0755 -d /etc/apt/keyrings && \
1010
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && \
1111
chmod a+r /etc/apt/keyrings/docker.asc && \

0 commit comments

Comments
 (0)