diff --git a/build/upend-deploy/Dockerfile b/build/upend-deploy/Dockerfile index 71fada1..fb42dd7 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 git gnupg openssh-client wget curl && \ +RUN apt-get update && apt-get -y install wget curl file libssl-dev 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