dev #2

Merged
pi-farm merged 82 commits from dev into main 2026-03-25 10:05:59 +00:00
Showing only changes of commit d27108d7e6 - Show all commits

View File

@@ -15,7 +15,7 @@ LABEL org.opencontainers.image.title="${BUILD_APP_NAME}"
ENV TZ=${ENV_TZ}
RUN apt update && \
apt install git build-essential cmake curl ninja-build ccache git libcurl4-openssl-dev libevent-dev ruby libtbb-dev && \
apt install -y git build-essential cmake curl ninja-build ccache git libcurl4-openssl-dev libevent-dev ruby libtbb-dev && \
git clone ${BUILD_APP_GIT} /app && \
cd /app && \
git submodule update --init --recursive && \