fix something idk

This commit is contained in:
minoplhy 2025-02-16 13:04:05 +07:00
parent 32163f5ce7
commit 14b591d386
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -10,7 +10,7 @@ WORKDIR /root
RUN if [ "$BUILDPLATFORM" != "$TARGETPLATFORM" ] ; then \ RUN if [ "$BUILDPLATFORM" != "$TARGETPLATFORM" ] ; then \
apt-get update -y \ 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 fi
RUN git clone --recursive "$GIT_URL" RUN git clone --recursive "$GIT_URL"