From d7abc651712127cd9563b06c9b93a55bd7d5abb8 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:28:01 +0200 Subject: [PATCH] now you will build, silly me --- oses/debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oses/debian/Dockerfile b/oses/debian/Dockerfile index cb21230..acdf0a7 100644 --- a/oses/debian/Dockerfile +++ b/oses/debian/Dockerfile @@ -27,7 +27,7 @@ RUN if [ "$(uname -m)" = "x86_64" ]; then \ wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2.1_amd64.deb && \ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb && \ dpkg -i libicu66_66.1-2ubuntu2.1_amd64.deb && \ - dkpk -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb + dkpk -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb && \ rm libicu66_66.1-2ubuntu2.1_amd64.deb libssl1.1_1.1.0g-2ubuntu4_amd64.deb; \ fi # ARM64