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 15fee8c commit db22f26Copy full SHA for db22f26
contrib/build-linux/appimage/Dockerfile
@@ -2,7 +2,7 @@
2
# from https://docs.appimage.org/introduction/concepts.html :
3
# "[AppImages] should be built on the oldest possible system, allowing them to run on newer system[s]"
4
5
-FROM debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f
+FROM debian:buster@sha256:e83854c9fb469daa7273d73c43a3fe5ae2da77cb40d3d34282a9af09a9db49f9
6
7
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
8
ENV DEBIAN_FRONTEND=noninteractive
contrib/build-wine/Dockerfile
@@ -29,6 +29,8 @@ RUN dpkg --add-architecture i386 && \
29
autopoint \
30
libtool \
31
gettext \
32
+ sudo \
33
+ nsis \
34
&& \
35
rm -rf /var/lib/apt/lists/* && \
36
apt-get autoremove -y && \
0 commit comments