File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM i386/ debian:stable-slim
1+ FROM debian:stable-slim
22
33LABEL maintainer="docker-wix@fritz-elfert.de"
44
Original file line number Diff line number Diff line change 1- FROM i386/ debian:stable-slim AS build
1+ FROM debian:stable-slim AS build
22
33LABEL maintainer="docker-wix@fritz-elfert.de"
44
@@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends curl procps &&
3939 rm -rf /home/wix/.curlrc /home/wix/.cache /var/lib/apt/lists/* /usr/share/doc/* /usr/share/X11/locale \
4040 /home/wix/.wine/drive_c/users/wix/Temp/* /usr/local/bin/waiton /usr/local/bin/winetricks
4141
42- FROM i386/ alpine
42+ FROM alpine
4343ENV WINEDEBUG=-all WD=/
4444RUN apk update && apk --no-cache upgrade && apk --no-cache add wine bash libpng && apk del wget && rm -rf /var/cache/apk/*
4545RUN adduser -D -s /bin/bash wix && mkdir /work && chown wix:wix -R /work
You can’t perform that action at this time.
0 commit comments