Skip to content

Commit

Permalink
Fix build that is mysteriously broken now
Browse files Browse the repository at this point in the history
  • Loading branch information
saville committed Nov 12, 2024
1 parent ad50426 commit 4efc743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PIP_DEFAULT_TIMEOUT 60

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

0 comments on commit 4efc743

Please sign in to comment.