fixed typo
This commit is contained in:
		@@ -38,7 +38,7 @@ RUN set -eux; \
 | 
				
			|||||||
    chown -R bw-operator /home/bw-operator; \
 | 
					    chown -R bw-operator /home/bw-operator; \
 | 
				
			||||||
    chmod +x /usr/local/bin/bw; \
 | 
					    chmod +x /usr/local/bin/bw; \
 | 
				
			||||||
    apt-get update; \
 | 
					    apt-get update; \
 | 
				
			||||||
    apt-upgrade -y; \
 | 
					    apt-get upgrade -y; \
 | 
				
			||||||
    apt-get install -y --no-install-recommends python3 python3-pip; \
 | 
					    apt-get install -y --no-install-recommends python3 python3-pip; \
 | 
				
			||||||
    apt-get clean;
 | 
					    apt-get clean;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user