user root

This commit is contained in:
Alexandre
2021-12-29 17:00:43 +01:00
parent 78ee22a456
commit fe24fcf98f

View File

@@ -20,7 +20,7 @@ FROM flaresolverr/flaresolverr:latest
# 2 Modify Image #
##################
USER root
##################
# 3 Install apps #
@@ -40,7 +40,6 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
/automatic_packages.sh "${PACKAGES:-}" && \
rm /automatic_packages.sh || printf '%s\n' "${PACKAGES:-}" > /ENVFILE
################
# 4 Entrypoint #
################