Create Windows installer #53
This commit is contained in:
@@ -1172,8 +1172,8 @@ ARG USERNAME=myuser
|
||||
RUN addgroup -g $GID $USERNAME && \
|
||||
adduser -D -u $UID -G $USERNAME -h /home/$USERNAME $USERNAME
|
||||
|
||||
RUN rsync -av --progress /root/.wine /home/$USERNAME/.wine && \
|
||||
chown -R $UID:$GID -R /home/$USERNAME/.wine
|
||||
RUN rsync -av --progress /root/.wine /home/$USERNAME/.wine/ && \
|
||||
chown -R $UID:$GID -R /home/$USERNAME/.wine/
|
||||
|
||||
RUN (mv ${MY_MINGW_DIR}/lib/*.dll ${MY_MINGW_DIR}/bin || echo "no dll's found") \
|
||||
&& chmod 0777 -R ${MY_MINGW_DIR} \
|
||||
|
Reference in New Issue
Block a user