We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc33181 commit 3d38b9eCopy full SHA for 3d38b9e
1 file changed
Dockerfile
@@ -40,7 +40,7 @@ RUN \
40
apt-get install -y --install-recommends \
41
winehq-stable \
42
winetricks && \
43
- echo "**** install github-desktop ****" && \
+ echo "**** install winegui ****" && \
44
if [ -z ${WINEGUI_VERSION+x} ]; then \
45
WINEGUI_VERSION=$(curl -sX GET "https://api.github.com/repos/winegui/WineGUI/releases/latest" \
46
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
0 commit comments