File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ghcr.io/netivism/docker-debian-base:buster
1+ FROM ghcr.io/netivism/docker-debian-base:bullseye
22MAINTAINER Jimmy Huang <jimmy@netivism.com.tw>
33
44ENV \
@@ -10,8 +10,8 @@ WORKDIR /etc/apt/sources.list.d
1010RUN \
1111 apt-get update && \
1212 apt-get install -y apt-transport-https wget gnupg && \
13- echo "deb https://packages.sury.org/php/ buster main" > phpsury.list && \
14- echo "deb-src https://packages.sury.org/php/ buster main" >> phpsury.list && \
13+ echo "deb https://packages.sury.org/php/ bullseye main" > phpsury.list && \
14+ echo "deb-src https://packages.sury.org/php/ bullseye main" >> phpsury.list && \
1515 wget https://packages.sury.org/php/apt.gpg && apt-key add apt.gpg && rm -f apt.gpg && \
1616 apt-get update && \
1717 apt-get install -y wget mariadb-server mariadb-backup gcc make autoconf libc-dev pkg-config google-perftools qpdf
You can’t perform that action at this time.
0 commit comments