diff --git a/Dockerfile b/Dockerfile index 0b9179d..e01aa4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ RUN \ libpq \ libidn \ nodejs \ - openssl1.1-compat \ ruby \ ruby-bundler \ yarn && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index ee675e5..2010b87 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -23,7 +23,6 @@ RUN \ libpq \ libidn \ nodejs \ - openssl1.1-compat \ ruby \ ruby-bundler \ yarn && \