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