Skip to content

Commit

Permalink
Use debian instead sury for php
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Apr 16, 2024
1 parent 823db94 commit 1f85ea8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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,10 +10,6 @@ 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 && \
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 1f85ea8

Please sign in to comment.