Skip to content

Commit

Permalink
Upgrade to debian bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Aug 2, 2024
1 parent 9db3acb commit 8b6207d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/netivism/docker-debian-base:buster
FROM ghcr.io/netivism/docker-debian-base:bullseye
MAINTAINER Jimmy Huang <[email protected]>

ENV \
Expand All @@ -10,8 +10,8 @@ WORKDIR /etc/apt/sources.list.d
RUN \
apt-get update && \
apt-get install -y apt-transport-https wget gnupg && \
echo "deb https://packages.sury.org/php/ buster main" > phpsury.list && \
echo "deb-src https://packages.sury.org/php/ buster main" >> phpsury.list && \
echo "deb https://packages.sury.org/php/ bullseye main" > phpsury.list && \
echo "deb-src https://packages.sury.org/php/ bullseye main" >> phpsury.list && \
wget https://packages.sury.org/php/apt.gpg && apt-key add apt.gpg && rm -f apt.gpg && \
apt-get update && \
apt-get install -y wget mariadb-server mariadb-backup gcc make autoconf libc-dev pkg-config google-perftools qpdf
Expand Down

0 comments on commit 8b6207d

Please sign in to comment.