From 14b591d3861682ea17114c8f32dd0dececca9b0a Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sun, 16 Feb 2025 13:04:05 +0700 Subject: [PATCH] fix something idk --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 119489e..d6b99ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /root RUN if [ "$BUILDPLATFORM" != "$TARGETPLATFORM" ] ; then \ apt-get update -y \ - apt-get install -y git build-essential debhelper libssl-dev autotools-dev psmisc net-tools \ + apt-get install -y git build-essential debhelper libssl-dev autotools-dev psmisc net-tools fi RUN git clone --recursive "$GIT_URL"