Update file Dockerfile-ubuntu

This commit is contained in:
Julius Zeidler 2024-03-26 12:03:07 +00:00
parent debb788973
commit 65d35bc7ed

View file

@ -1,5 +1,5 @@
FROM ubuntu
RUN apt-get -y update && \
apt-get install -y curl jq bash git coreutils zip zsh
apt-get install -y curl jq bash git zsh
CMD [ "zsh" ]