Astra 2023-12-27 19:37:53 +00:00
parent e328b3f6a6
commit 36e3415dde
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN set -x \
# Add entry script
&& chmod +x "${HOMEDIR}/entry.sh" \
&& chown -R "${USER}:${USER}" "${HOMEDIR}/entry.sh" "${STEAMAPPDIR}" \
&& chmod -R +x /etc/post /etc/pre \
&& chmod +x /etc/post.sh /etc/pre.sh \
# Clean up
&& apt-get clean \
&& find /var/lib/apt/lists/ -type f -delete