6 lines
129 B
Text
6 lines
129 B
Text
|
|
FROM debian
|
||
|
|
|
||
|
|
RUN apt -y update && \
|
||
|
|
apt install -y --no-cache curl jq bash git coreutils zip openssh zsh
|
||
|
|
CMD [ "zsh" ]
|