totara / totara-docker-dev

A docker setup to create a development environment for Totara Learn
MIT License
49 stars 32 forks source link

Fix ssl package dependency #244

Closed derschatta closed 1 year ago

derschatta commented 1 year ago

Builds are failing due to a missing dependency.

 > [php-8.0 10/29] RUN wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb"     && DEBIAN_FRONTEND=noninteractive dpkg -i ./libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb:
#0 0.302 --2023-07-04 01:31:15--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb
#0 0.302 Resolving security.debian.org (security.debian.org)... 151.101.130.132, 151.101.66.132, 151.101.2.132, ...
#0 0.425 Connecting to security.debian.org (security.debian.org)|151.101.130.132|:80... connected.
#0 0.443 HTTP request sent, awaiting response... 404 Not Found
#0 0.747 2023-07-04 01:31:16 ERROR 404: Not Found.

I've update the dependency to the latest one.

derschatta commented 1 year ago

Thanks @scq I'll have another look

derschatta commented 1 year ago

@scq ok took me a while to get all the builds running again (at least back to 5.6). It's awesome to be able to get rid of that annoying ssl dependency.

Please have another look

derschatta commented 1 year ago

fixes #237