cenv/GS/steam/steam_wine/Dockerfile

8 lines
198 B
Docker

FROM eoelab.org:1027/eoeair/cenv:steam
USER root
RUN apt-get update --yes && apt-get install --yes --no-install-recommends wine && \
apt-get clean && rm -rf /var/lib/apt/lists/*
USER ${USER}