chore(docker): add custom APT source and install libssl3 for compatibility
This commit is contained in:
@@ -3,8 +3,11 @@ WORKDIR /var/www/html
|
||||
|
||||
ENV COMPOSER_ALLOW_SUPERUSER=1
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
COPY docker/apt/debian.sources /etc/apt/sources.list.d/debian.sources
|
||||
|
||||
RUN apt-get -o Acquire::Check-Valid-Until=false update \
|
||||
&& apt-get install -y --allow-downgrades --no-install-recommends \
|
||||
libssl3 \
|
||||
default-mysql-client \
|
||||
default-libmysqlclient-dev \
|
||||
libicu-dev \
|
||||
|
||||
5
docker/apt/debian.sources
Normal file
5
docker/apt/debian.sources
Normal file
@@ -0,0 +1,5 @@
|
||||
Types: deb
|
||||
URIs: http://mirror.arvancloud.ir/debian
|
||||
Suites: bookworm
|
||||
Components: main
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
Reference in New Issue
Block a user