Change ownership of home directory

This commit is contained in:
2024-01-24 09:51:17 -06:00
parent f68a1f83e7
commit 6b87fc9598

View File

@@ -28,4 +28,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
/tmp/* \
/var/lib/apt/lists/* \
/var/tmp/* \
/var/log/*
/var/log/* && \
chown ${USER}:${USER} /home/container