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

This commit is contained in:
2025-03-29 18:40:53 +00:00
parent b272bdb145
commit fc6fd653fe

View File

@@ -2,7 +2,5 @@ FROM ubuntu:latest
RUN apt-get update RUN apt-get update
RUN apt-get install -y \ RUN apt-get install -y openssh-client
fuse \
openssh-client