Skip to content

Commit 3d38b9e

Browse files
committed
typo in dockerfile
1 parent dc33181 commit 3d38b9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN \
4040
apt-get install -y --install-recommends \
4141
winehq-stable \
4242
winetricks && \
43-
echo "**** install github-desktop ****" && \
43+
echo "**** install winegui ****" && \
4444
if [ -z ${WINEGUI_VERSION+x} ]; then \
4545
WINEGUI_VERSION=$(curl -sX GET "https://api.github.com/repos/winegui/WineGUI/releases/latest" \
4646
| awk '/tag_name/{print $4;exit}' FS='[""]'); \

0 commit comments

Comments
 (0)