From 65fc232cdf181a294db4e3df4ba3f63b965111c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 12 Aug 2023 14:41:53 +0200 Subject: [PATCH] ci: libssl-dev not needed --- build/upend-deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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