fix docker image dependencies
Some checks failed
/ build-docker-image (push) Failing after 41s

This commit is contained in:
2025-03-29 18:45:03 +00:00
parent fc6fd653fe
commit 872d9bc255

View File

@@ -2,5 +2,4 @@ FROM ubuntu:latest
RUN apt-get update RUN apt-get update
RUN apt-get install -y openssh-client RUN apt-get install -y openssh-client --fix-missing