Updated with latest definitions
This commit is contained in:
		@@ -24,11 +24,8 @@ RUN if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
 | 
			
		||||
        && chown -R $USER_UID:$USER_GID /home/$USERNAME; \
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
# *************************************************************
 | 
			
		||||
# * Uncomment this section to use RUN instructions to install *
 | 
			
		||||
# * any needed dependencies after executing "apt-get update". *
 | 
			
		||||
# * See https://docs.docker.com/engine/reference/builder/#run *
 | 
			
		||||
# *************************************************************
 | 
			
		||||
# ** [Optional] Uncomment this section to install additional packages. **
 | 
			
		||||
#
 | 
			
		||||
# ENV DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
# RUN apt-get update \
 | 
			
		||||
#    && apt-get -y install --no-install-recommends <your-package-list-here> \
 | 
			
		||||
@@ -38,6 +35,3 @@ RUN if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
 | 
			
		||||
#    && apt-get clean -y \
 | 
			
		||||
#    && rm -rf /var/lib/apt/lists/*
 | 
			
		||||
# ENV DEBIAN_FRONTEND=dialog
 | 
			
		||||
 | 
			
		||||
# Uncomment to default to non-root user
 | 
			
		||||
# USER $USER_UID
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user