test: Update 3 files
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user