Skip to content

Commit 6414138

Browse files
committed
WIP
1 parent b5bd747 commit 6414138

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM i386/debian:stable-slim
1+
FROM debian:stable-slim
22

33
LABEL maintainer="docker-wix@fritz-elfert.de"
44

Dockerfile-slim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM i386/debian:stable-slim AS build
1+
FROM debian:stable-slim AS build
22

33
LABEL 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
4343
ENV WINEDEBUG=-all WD=/
4444
RUN apk update && apk --no-cache upgrade && apk --no-cache add wine bash libpng && apk del wget && rm -rf /var/cache/apk/*
4545
RUN adduser -D -s /bin/bash wix && mkdir /work && chown wix:wix -R /work

0 commit comments

Comments
 (0)