diff --git a/build/upend-deploy/Dockerfile b/build/upend-deploy/Dockerfile index f71a836..9efe4c0 100644 --- a/build/upend-deploy/Dockerfile +++ b/build/upend-deploy/Dockerfile @@ -1,5 +1,5 @@ FROM debian -RUN apt-get update && apt-get -y install wget curl file libssl-dev git gnupg openssh-client && \ +RUN apt-get update && apt-get -y install wget curl file git gnupg openssh-client && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin