We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02539e9 commit 510ca5bCopy full SHA for 510ca5b
scripts/datacontainer/Dockerfile
@@ -1,7 +1,8 @@
1
-FROM mcr.microsoft.com/mirror/docker/library/ubuntu:22.04
+FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
2
3
-RUN apt-get -y update
4
-RUN apt-get -y install git
+RUN tdnf -y update && \
+ tdnf -y install git && \
5
+ tdnf clean all
6
7
RUN mkdir -p /usr/data/specrepo/
8
0 commit comments