We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70d796 commit cee0c73Copy full SHA for cee0c73
rust/Containerfile
@@ -1,5 +1,4 @@
1
FROM ghcr.io/mskarbek/containers/init:10.1
2
3
-RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm;\
4
- dnf -y install rust cargo clang-devel mold;\
+RUN dnf -y install rust cargo clang-devel mold;\
5
dnf clean all
tinyproxy/Containerfile
@@ -1,7 +1,6 @@
- dnf -y install tinyproxy-1.11.2-5.el10_1.x86_64;\
+RUN dnf -y install tinyproxy-1.11.2-5.el10_1.x86_64;\
dnf clean all;\
6
ln -s\
7
/usr/lib/systemd/system/tinyproxy.service\
0 commit comments