Skip to content
Snippets Groups Projects
Commit 3c2a922f authored by Florian Dobener's avatar Florian Dobener
Browse files

Merge branch 'changes-to-igor-dockerfile' into 'develop'

Chown wine directory

See merge request !148
parents 18a82974 bb93616c
No related branches found
No related tags found
2 merge requests!152Develop,!148Chown wine directory
Pipeline #174783 passed
...@@ -11,7 +11,7 @@ RUN apt-get install -y git pip qt5-default python3-pyqt5 pyqt5-dev-tools cargo u ...@@ -11,7 +11,7 @@ RUN apt-get install -y git pip qt5-default python3-pyqt5 pyqt5-dev-tools cargo u
&& apt-get clean && rm -rf /var/lib/apt/lists/* && apt-get clean && rm -rf /var/lib/apt/lists/*
COPY 02-exec-igor /config/custom-cont-init.d/02-exec-cmd COPY 02-exec-igor /config/custom-cont-init.d/02-exec-cmd
COPY wine /config/.wine COPY --chown=1000:5050 wine /config/.wine
WORKDIR /config WORKDIR /config
ENV PGID=5050 ENV PGID=5050
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment