try alpine

This commit is contained in:
Benjamin Palko 2025-03-21 23:47:52 -04:00
parent aa67045503
commit acb0bd89e0

View file

@ -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