1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-05 07:27:50 +01:00
harbor/make/photon/trivy-adapter/Dockerfile.base

7 lines
184 B
Docker
Raw Normal View History

FROM photon:2.0
RUN tdnf install -y sudo rpm >> /dev/null \
&& tdnf clean all \
&& groupadd -r -g 10000 scanner \
&& useradd --no-log-init -m -r -g 10000 -u 10000 scanner