Skip to content

Commit f511935

Browse files
authored
Merge pull request #16 from carapace-sh/cmd-wineprefix
cmd: set wineprefix for github actions
2 parents 6404ad5 + d700b91 commit f511935

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)