Skip to content

Commit cee0c73

Browse files
committed
feat: update rust tinyproxy
1 parent c70d796 commit cee0c73

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

rust/Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM ghcr.io/mskarbek/containers/init:10.1
22

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;\
3+
RUN dnf -y install rust cargo clang-devel mold;\
54
dnf clean all

tinyproxy/Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM ghcr.io/mskarbek/containers/init:10.1
22

3-
RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm;\
4-
dnf -y install tinyproxy-1.11.2-5.el10_1.x86_64;\
3+
RUN dnf -y install tinyproxy-1.11.2-5.el10_1.x86_64;\
54
dnf clean all;\
65
ln -s\
76
/usr/lib/systemd/system/tinyproxy.service\

0 commit comments

Comments
 (0)