Fix typo in Dockerfile.

This commit is contained in:
John Preston 2024-01-04 18:55:27 +04:00
parent 9287af1752
commit b38e72dcd9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ RUN git clone -b nasm-2.15.05 --depth=1 {{ GIT }}/netwide-assembler/nasm.git \
&& rm -rf nasm
FROM builder AS zlib
RUN git init zlib
RUN git init zlib \
&& cd zlib \
&& git remote add origin {{ GIT }}/madler/zlib.git \
&& git fetch --depth=1 origin 643e17b7498d12ab8d15565662880579692f769d \