Update file Dockerfile-debian

This commit is contained in:
Julius Zeidler 2024-03-26 11:54:47 +00:00
parent dd7de3163b
commit 00c5ae412d

View file

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