Updates
Some checks failed
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Failing after 1m39s

This commit is contained in:
maurice
2026-03-12 14:43:34 +01:00
parent 9f435b6a30
commit 53e0b19ccb
16 changed files with 85 additions and 113 deletions

View File

@@ -1,8 +1,10 @@
FROM git.plabble.org/maurice/dotnet:main
FROM git.plabble.org/maurice/base:main
ARG rider_version="2025.3.2"
ARG download_uri="https://download.jetbrains.com/rider/JetBrains.Rider-${rider_version}.tar.gz"
USER root
# === setup GUI ===
RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
dnf -y --setopt=keepcache=1 install libXext libXrender libXtst libX11 freetype freetype-devel
USER user

View File

@@ -1,2 +1,4 @@
#!/bin/bash
arg "-p 8888:8888"
mkdir -p /tmp/joypet-sockets
arg "-p 7777:7777"
arg "-v /tmp/joypet-sockets:/var/run/joypet-sockets:Z"