From 4ee05fcd0c4dba7df5a4f591c4569b01362b32eb Mon Sep 17 00:00:00 2001 From: Dominion Date: Sun, 14 May 2023 19:46:42 -0400 Subject: [PATCH] Dare to upgrade libgit2 and remove libssl dep --- README.md | 1 - build/Dockerfile | 7 ------- src/Tgstation.Server.Host/Tgstation.Server.Host.csproj | 3 +-- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index c06f4c72ed..6d0687038e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ The following dependencies are required to run tgstation-server on Linux alongsi - libc6-i386 - libstdc++6:i386 -- libssl1.0.0 - gdb (for using gcore to create core dumps) - gcc-multilib (Only on 64-bit systems) diff --git a/build/Dockerfile b/build/Dockerfile index a48a345099..c5baa2f3ff 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -65,13 +65,6 @@ RUN apt-get update \ && apt-get install -y \ gcc-multilib \ gdb \ - curl \ - && curl http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.27-3ubuntu1_amd64.deb --output multiarch-support_2.27.deb \ - && curl http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb --output libssl1.0.0.deb \ - && dpkg -i multiarch-support_2.27.deb \ - && dpkg -i libssl1.0.0.deb \ - && rm multiarch-support_2.27.deb \ - && rm libssl1.0.0.deb \ && rm -rf /var/lib/apt/lists/* EXPOSE 5000 diff --git a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj index 0730a00c27..9f7129e7df 100644 --- a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj +++ b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj @@ -74,8 +74,7 @@ - - +