6 lines
118 B
Text
6 lines
118 B
Text
|
|
FROM ubuntu
|
||
|
|
|
||
|
|
RUN apt-get -y update && \
|
||
|
|
apt-get install -y curl jq bash git coreutils zip zsh
|
||
|
|
CMD [ "zsh" ]
|