We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8c981 commit 4ad2ac7Copy full SHA for 4ad2ac7
infra/base-images/base-runner/ubuntu-24-04.Dockerfile
@@ -54,7 +54,8 @@ RUN ldconfig && \
54
ln -s /usr/local/bin/python3.11 /usr/local/bin/python
55
56
COPY install_deps_ubuntu_24_04.sh /
57
-RUN /install_deps_ubuntu_24_04.sh && rm /install_deps_ubuntu_24_04.sh
+RUN apt-get update && apt-get install -y libssl-dev && \
58
+ /install_deps_ubuntu_24_04.sh && rm /install_deps_ubuntu_24_04.sh
59
60
ENV CODE_COVERAGE_SRC=/opt/code_coverage
61
# Pin coverage to the same as in the base builder:
0 commit comments