try alpine
This commit is contained in:
parent
aa67045503
commit
acb0bd89e0
1 changed files with 3 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
FROM scottyhardy/docker-wine:stable-9.0-20240915
|
FROM alpine:3.21
|
||||||
|
|
||||||
|
RUN apk update && apk add wine xvfb winetricks golang
|
||||||
|
|
||||||
ARG SQL_ADDRESS
|
ARG SQL_ADDRESS
|
||||||
ARG SQL_ACCOUNT
|
ARG SQL_ACCOUNT
|
||||||
|
|
@ -9,9 +11,6 @@ ARG SERVER_NAME
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
# Install dependencies
|
|
||||||
RUN apt-get update && apt-get install golang-go xvfb -y
|
|
||||||
|
|
||||||
# Start display for headless wine
|
# Start display for headless wine
|
||||||
RUN Xvfb :0 -screen 0 1024x768x16 &
|
RUN Xvfb :0 -screen 0 1024x768x16 &
|
||||||
# Install wine dependencies
|
# Install wine dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue