Update Dockerfile - with php version 8.3
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
|||||||
COPY scripts/docker-entrypoint.sh /usr/local/bin/
|
COPY scripts/docker-entrypoint.sh /usr/local/bin/
|
||||||
COPY configs/myteleport.cnf /etc/mysql/mariadb.conf.d/z-custom-for-teleport.cnf
|
COPY configs/myteleport.cnf /etc/mysql/mariadb.conf.d/z-custom-for-teleport.cnf
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y nginx wget unzip sudo curl php-imagick php-phpseclib php-php-gettext php8.1-common php8.1-mysql php8.1-gd php8.1-imap php8.1-curl php8.1-zip php8.1-xml php8.1-mbstring php8.1-bz2 php8.1-intl php8.1-gmp php8.1-fpm
|
RUN apt-get update && apt-get install -y nginx wget unzip sudo curl php-imagick php-phpseclib php-php-gettext php8.3-common php8.3-mysql php8.3-gd php8.3-imap php8.3-curl php8.3-zip php8.3-xml php8.3-mbstring php8.3-bz2 php8.3-intl php8.3-gmp php8.3-fpm
|
||||||
|
|
||||||
# Install Teleport
|
# Install Teleport
|
||||||
RUN curl https://apt.releases.teleport.dev/gpg \
|
RUN curl https://apt.releases.teleport.dev/gpg \
|
||||||
|
|||||||
Reference in New Issue
Block a user