1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-26 17:41:25 +01:00
harbor/make/photon/redis/Dockerfile.base
Tianon Gravi 4752cac051 Remove unused "sudo" package from most images
Notably missing is the "log" image, which still uses sudo.

Signed-off-by: Tianon Gravi <tianon@infosiftr.com>
2020-08-06 12:44:06 -07:00

4 lines
61 B
Docker

FROM photon:2.0
RUN tdnf install -y redis && tdnf clean all