mirror of
https://github.com/safing/portmaster-packaging.git
synced 2026-05-20 20:10:34 +00:00
Fix unstable debian:experimental
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user