Skip to content

Commit 375eeb1

Browse files
authoredJan 7, 2025··
chore: update P1 certs, add httpd-tools (#508)
1 parent 21f08aa commit 375eeb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ RUN ARCH_STRING=$(uname -m) \
1717
bzip2 \
1818
bzip2-devel \
1919
'dnf-command(config-manager)' \
20+
ca-certificates \
2021
findutils \
2122
gcc \
2223
gcc-c++ \
2324
gettext \
2425
git \
26+
httpd-tools \
2527
iptables-nft \
2628
jq \
2729
libffi-devel \
@@ -97,4 +99,4 @@ RUN pip install --force-reinstall -v "sshuttle==${SSHUTTLE_VERSION}"
9799
# Support tools installed as root when running as any other user
98100
ENV ASDF_DATA_DIR="/root/.asdf"
99101

100-
CMD ["/bin/bash"]
102+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)
Please sign in to comment.