1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/Dockerfile.ubi
2020-02-27 08:28:25 +01:00

4 lines
No EOL
114 B
Text

ARG IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.0
FROM ${IMAGE}
RUN microdnf update && microdnf clean all