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 995c4c5 commit 7dd3ee4Copy full SHA for 7dd3ee4
.github/action/Dockerfile
@@ -1,6 +1,4 @@
1
FROM alpine:latest
2
RUN apk add -U --no-cache zsh coreutils curl expect git ncurses perl gnuplot
3
-# Change default shell from ash to zsh
4
-RUN sed -i -e "s/bin\/ash/bin\/zsh/" /etc/passwd
5
ENV TERM=xterm-256color
6
ENTRYPOINT ["zsh", "-c"]
0 commit comments