Corrected uid

This commit is contained in:
Martin 2015-10-26 12:22:01 +01:00
parent 923597f34b
commit 1df6642f8f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ MAINTAINER Martin Røed Jacobsen <martin@saiban.no>
# Creating the wine user and setting up dedicated non-root environment.
# Replace 1001 by your user id (id -u) for X sharing.
RUN useradd -u 109 -d /home/wine -m -s /bin/bash wine
RUN useradd -u 256 -d /home/wine -m -s /bin/bash wine
ENV HOME /home/wine
WORKDIR /home/wine