summaryrefslogtreecommitdiffstats
path: root/utils/Docker/Latest/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Docker/Latest/Dockerfile')
-rw-r--r--utils/Docker/Latest/Dockerfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/utils/Docker/Latest/Dockerfile b/utils/Docker/Latest/Dockerfile
index 8072b4a..869ff3f 100644
--- a/utils/Docker/Latest/Dockerfile
+++ b/utils/Docker/Latest/Dockerfile
@@ -1,4 +1,4 @@
-FROM php:7.4-apache-buster
+FROM php:8.1-apache
# Apache packages
RUN apt-get update -y \
@@ -10,10 +10,11 @@ RUN apt-get update -y \
libpng-dev \
libxml2-dev \
zlib1g-dev \
- #texlive-full \
- #latex2rtf \
+ texlive-full \
+ latex2rtf \
libzip-dev \
zip \
+ nano \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
@@ -28,6 +29,7 @@ RUN /usr/local/bin/docker-php-ext-install \
bcmath \
soap \
gd \
+ opcache \
zip
# Enable rewrite module