-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | ||
|
@@ -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 | ||
|
||
|
||
|