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
2021-09-09 16:32:11 +02:00

4 lines
No EOL
114 B
Text

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