Update file Dockerfile-debian

This commit is contained in:
Julius Zeidler 2024-03-26 11:56:20 +00:00
parent 00c5ae412d
commit c41a81cf14

View file

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