add docker to ubuntu
All checks were successful
Build images / check-docker (push) Successful in 3s
Build images / build-and-push (push) Successful in 1m48s

This commit is contained in:
Julius Zeidler 2025-04-10 15:41:11 +02:00
parent 038211615b
commit cbda1a7a87

View file

@ -5,5 +5,5 @@ RUN apt-get -y update && \
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && \ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && \
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && \ add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && \
apt-get -y install docker-ce && \ apt-get -y install docker-ce && \
apt-get install -y curl diffutils jq bash git zsh docker nodejs npm yarn docker apt-get install -y curl diffutils jq bash git zsh docker nodejs npm
CMD [ "zsh" ] CMD [ "zsh" ]