Skip to content

Commit 328bb87

Browse files
authored
Swap from libssl3 to libssl3t64 in Trixie builds (#531)
On architectures that didn't undergo the time64 transition in Trixie, this is resolved automatically by APT via `Provides:`, but others fail in the following way: ```console + apt-get install -y --no-install-recommends libodbc2 libssl3 libsctp1 Reading package lists... Building dependency tree... Reading state information... Package libssl3 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: openssl-provider-legacy libssl3t64 E: Package 'libssl3' has no installation candidate ```
1 parent a931911 commit 328bb87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

28/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -xe \
1919
&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - \
2020
&& runtimeDeps=' \
2121
libodbc2 \
22-
libssl3 \
22+
libssl3t64 \
2323
libsctp1 \
2424
' \
2525
&& buildDeps=' \

29/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -xe \
1919
&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - \
2020
&& runtimeDeps=' \
2121
libodbc2 \
22-
libssl3 \
22+
libssl3t64 \
2323
libsctp1 \
2424
' \
2525
&& buildDeps=' \

0 commit comments

Comments
 (0)