forked from Job79/devcontainer
Updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user