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