Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Commit

Permalink
Add 'winbind' package to remove NTLM error.
Browse files Browse the repository at this point in the history
* Standardized dockerfile template names.
  • Loading branch information
r-pufky committed Jun 14, 2020
1 parent 42f637e commit 9b2fad4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile/WINE
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ apt-get install --yes --install-recommends \
wine-stable \
wine32 \
wine64 \
winbind \
xvfb && \
1 change: 1 addition & 0 deletions Dockerfile/WINEHQ-STABLE → Dockerfile/WINEHQ_STABLE
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ apt-get --quiet --yes upgrade && \
apt-get install --yes --install-recommends \
lib32gcc1 \
winehq-stable \
winbind \
supervisor \
xvfb && \
1 change: 1 addition & 0 deletions Dockerfile/WINEHQ-STAGING → Dockerfile/WINEHQ_STAGING
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ apt-get --quiet --yes upgrade && \
apt-get install --yes --install-recommends \
lib32gcc1 \
winehq-staging \
winbind \
supervisor \
xvfb && \
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ latest: clean
@mkdir -p $(STAGING_DIR)
@cp ${D_DIR}/BASE ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/LOCALE_BASE >> ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/WINEHQ-STABLE >> ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/WINEHQ_STABLE >> ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/INSTALL_STEAM >> ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/STEAM_SERVICE >> ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/SUPERVISORD >> ${STAGING_DIR}/Dockerfile
Expand All @@ -70,7 +70,7 @@ experimental: clean
@mkdir -p $(STAGING_DIR)
@cp ${D_DIR}/BASE ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/LOCALE_BASE >> ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/WINEHQ-STAGING >> ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/WINEHQ_STAGING >> ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/INSTALL_STEAM >> ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/STEAM_SERVICE >> ${STAGING_DIR}/Dockerfile
@cat ${D_DIR}/SUPERVISORD >> ${STAGING_DIR}/Dockerfile
Expand Down

0 comments on commit 9b2fad4

Please sign in to comment.