mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Remove root user from Dockerfiles
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
FROM fluentd
|
||||
|
||||
# This container will only run in dev env, so this is ok.
|
||||
USER root
|
||||
|
||||
# Install bash and curl.
|
||||
RUN apk add --update --no-cache bash curl
|
||||
RUN apk add bash curl
|
||||
Reference in New Issue
Block a user