There was an error while loading. Please reload this page.
1 parent 6404ad5 commit d700b91Copy full SHA for d700b91
2 files changed
dev/Dockerfile
@@ -9,6 +9,7 @@ ENV PATH=$PATH:/usr/local/go/bin
9
10
COPY --from=ghcr.io/carapace-sh/shell-cmd /usr/local/bin/cmd /usr/local/bin/cmd
11
ENV WINEDEBUG=-all
12
+ENV WINEPREFIX=/root/.wine
13
RUN apt-get update && apt-get install -y wine \
14
&& cmd /c echo
15
shell-cmd/Dockerfile
@@ -3,6 +3,7 @@ FROM ghcr.io/carapace-sh/base
3
RUN apt-get update && apt-get install -y wine
4
5
6
7
ADD cmd.sh /usr/local/bin/cmd
8
RUN chmod +x /usr/local/bin/cmd \
0 commit comments