summaryrefslogtreecommitdiffstats
path: root/utils/Docker/Latest/Dockerfile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-05-27 13:08:29 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2024-05-27 13:08:29 +0200
commit75160b12821f7f4299cce7f0b69c83c1502ae071 (patch)
tree27e25e4ccaef45f0c58b22831164050d1af1d4db /utils/Docker/Latest/Dockerfile
parentprvi-commit (diff)
download1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar.gz
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar.bz2
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar.lz
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar.xz
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.tar.zst
1ka-75160b12821f7f4299cce7f0b69c83c1502ae071.zip
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