pin xdg version

This commit is contained in:
Thijs van Loef
2024-01-19 18:28:18 +01:00
parent cc01920bb5
commit 3345ef3f01

View File

@@ -2,7 +2,7 @@ FROM cm2network/steamcmd:root
LABEL maintainer="thijs@loef.dev"
RUN apt-get update && apt-get install -y --no-install-recommends \
xdg-user-dirs \
xdg-user-dirs=0.17-2 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*