Skip to content

Commit d700b91

Browse files
committed
cmd: set wineprefix for github actions
1 parent 6404ad5 commit d700b91

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dev/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ENV PATH=$PATH:/usr/local/go/bin
99

1010
COPY --from=ghcr.io/carapace-sh/shell-cmd /usr/local/bin/cmd /usr/local/bin/cmd
1111
ENV WINEDEBUG=-all
12+
ENV WINEPREFIX=/root/.wine
1213
RUN apt-get update && apt-get install -y wine \
1314
&& cmd /c echo
1415

shell-cmd/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM ghcr.io/carapace-sh/base
33
RUN apt-get update && apt-get install -y wine
44

55
ENV WINEDEBUG=-all
6+
ENV WINEPREFIX=/root/.wine
67
ADD cmd.sh /usr/local/bin/cmd
78
RUN chmod +x /usr/local/bin/cmd \
89
&& cmd /c echo

0 commit comments

Comments
 (0)