Fix unstable debian:experimental

This commit is contained in:
Patrick Pacher
2020-07-23 08:35:47 +02:00
parent 2b929e1bf9
commit b4c00dbf8b
+1 -1
View File
@@ -6,7 +6,7 @@ LABEL maintainer="Patrick Pacher <patrick@safing.io>"
RUN apt-get update && apt-get install --no-install-recommends -y build-essential curl
RUN dpkg --add-architecture i386 && \
apt-get update
RUN apt-get install -y libc6-i686
RUN apt-get install -y libc6-i686 libgcc-s1 # yeah, debian:experimental is, ... experimental ...
RUN apt-get install --no-install-recommends -y \
wine \
wine32 \