Fix
parent
e328b3f6a6
commit
36e3415dde
|
@ -32,7 +32,7 @@ RUN set -x \
|
||||||
# Add entry script
|
# Add entry script
|
||||||
&& chmod +x "${HOMEDIR}/entry.sh" \
|
&& chmod +x "${HOMEDIR}/entry.sh" \
|
||||||
&& chown -R "${USER}:${USER}" "${HOMEDIR}/entry.sh" "${STEAMAPPDIR}" \
|
&& 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
|
# Clean up
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& find /var/lib/apt/lists/ -type f -delete
|
&& find /var/lib/apt/lists/ -type f -delete
|
||||||
|
|
Loading…
Reference in New Issue