test: Update 3 files
All checks were successful
dropshell-build multiarch / build (linux/amd64) (push) Successful in 19s
dropshell-build multiarch / build (linux/arm64) (push) Successful in 27s
dropshell-build multiarch / create-manifest (push) Successful in 13s

This commit is contained in:
Your Name
2025-06-22 18:36:53 +12:00
parent 3af2f6c537
commit 1bfcb35005
4 changed files with 63 additions and 4 deletions

View File

@ -250,3 +250,7 @@ RUN curl -LO https://github.com/nlohmann/json/archive/refs/tags/v${NLOHMANN_JSON
make -j$(nproc) && \
make install && \
cd / && rm -rf /tmp/json-${NLOHMANN_JSON_VERSION} /tmp/v${NLOHMANN_JSON_VERSION}.tar.gz
# Install upx
COPY opt /opt
RUN /opt/install_upx.sh