Skip to content

Commit db22f26

Browse files
author
David Reband
committed
fix build-wine/Dockerfile
1 parent 15fee8c commit db22f26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contrib/build-linux/appimage/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# from https://docs.appimage.org/introduction/concepts.html :
33
# "[AppImages] should be built on the oldest possible system, allowing them to run on newer system[s]"
44

5-
FROM debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f
5+
FROM debian:buster@sha256:e83854c9fb469daa7273d73c43a3fe5ae2da77cb40d3d34282a9af09a9db49f9
66

77
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
88
ENV DEBIAN_FRONTEND=noninteractive

contrib/build-wine/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ RUN dpkg --add-architecture i386 && \
2929
autopoint \
3030
libtool \
3131
gettext \
32+
sudo \
33+
nsis \
3234
&& \
3335
rm -rf /var/lib/apt/lists/* && \
3436
apt-get autoremove -y && \

0 commit comments

Comments
 (0)