This repository was archived by the owner on Aug 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Build dependencies in build container to save space.
2- FROM registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest AS build
2+ FROM registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest AS build
33
44WORKDIR /tmp
55RUN mkdir -p /opt
@@ -26,7 +26,7 @@ RUN curl -L -O http://enet.bespin.org/download/enet-1.3.17.tar.gz && \
2626 cd enet-1.3.17 && \
2727 ./configure --prefix=/opt && \
2828 make -j"$(nproc --all)" && \
29- make PREFIX=/opt install
29+ make PREFIX=/opt install
3030
3131FROM registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest
3232
@@ -45,15 +45,15 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
4545 libluajit-5.1-dev libglpk-dev libsuitesparse-dev texinfo && \
4646 apt-get clean && \
4747# Need Meson >=1.2.0 for fancy wrap files.
48- python3 -m pip install meson --upgrade
48+ python3 -m pip install meson --upgrade && \
4949# Verify meson and python.
5050 echo "Verifying python install" && \
5151 command -v python3 && \
5252 python3 --version && \
5353 echo "Verifying meson install" && \
5454 command -v meson && \
5555 meson --version
56-
56+
5757# Force appimages to run in extract mode since FUSE is not available
5858ENV APPIMAGE_EXTRACT_AND_RUN 1
5959
You can’t perform that action at this time.
0 commit comments