We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea9a43 commit baa3952Copy full SHA for baa3952
ci/ubuntu-focal.Dockerfile
@@ -6,6 +6,7 @@ COPY . .
6
7
# Packages - first the majority of them, then cmake
8
RUN set -x && \
9
+ DEBIAN_FRONTEND=noninteractive \
10
apt update && \
11
apt install -y ninja-build libsdl2-dev libsdl2-mixer-dev \
12
libpng-dev libcurl4-openssl-dev libwxgtk3.0-gtk3-dev deutex \
0 commit comments