5 lines
110 B
Text
5 lines
110 B
Text
FROM debian
|
|
|
|
RUN apt -y update && \
|
|
apt install -y curl jq bash git coreutils zip zsh
|
|
CMD [ "zsh" ]
|