Thu Feb 16 09:26:41 PM CET 2023

This commit is contained in:
Bert van der Weerd 2023-02-16 21:26:41 +01:00
parent 70f74b8551
commit 0fb55b6836
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -50,4 +50,8 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install \
zstd zstd
WORKDIR submodules/windows/linux WORKDIR submodules/windows/linux
RUN make setup-debian && make fetch && make bootstrap && make veryclean RUN pwd && ls -l
RUN make setup-debian
RUN make fetch
RUN make bootstrap
RUN make veryclean