Skip to content

Commit

Permalink
pass --yes to apt upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Sep 18, 2023
1 parent 324de71 commit 5c2e4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile.base-build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM fpco/pid1:20.04
ENV LANG C.UTF-8
RUN export DEBIAN_FRONTEND=noninteractive && \
apt update && \
apt upgrade && \
apt upgrade -y && \
apt install curl pkg-config -y && \
curl -sSL https://get.haskellstack.org/ | sh && \
unset DEBIAN_FRONTEND
Expand Down

0 comments on commit 5c2e4a5

Please sign in to comment.