1
0
Fork 0
forked from lthn/blockchain

Update Dockerfile

This commit is contained in:
Snider 2025-09-27 22:16:03 +01:00
parent 73131d0053
commit 3ad2df6f9f

View file

@ -17,6 +17,7 @@ ENV CONAN_HOME=/root/sdk
# CONAN: disables the generation of color escape characters.
ENV NO_COLOR=1
ENV BUILD_TARGET=${BUILD_TARGET}
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt -y upgrade