mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
fix forgot '\'
This commit is contained in:
parent
814e0d7a23
commit
32163f5ce7
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user