1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00
kube-arangodb/Dockerfile.ubi

4 lines
114 B
Text
Raw Normal View History

ARG IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.4
2020-02-27 07:28:25 +00:00
FROM ${IMAGE}
RUN microdnf update && microdnf clean all