chore: remove unused command

This commit is contained in:
100gle
2023-06-15 21:23:33 +08:00
parent 79d30ab8bb
commit 6ed02f103d

View File

@@ -37,7 +37,6 @@ RUN apk add --no-cache \
pip install --no-cache-dir -r requirements.txt && \
# Unzip WebUI \
unzip dist.zip && \
mv dist templates && \
# Add user
addgroup -S ab -g 911 && \
adduser -S ab -G ab -h /ab -s /bin/bash -u 911 && \