Adding nano to dockerfile

This commit is contained in:
Axel 2023-06-22 16:03:08 +02:00
parent d4da197732
commit 8303f6a63b
Signed by: axel
GPG key ID: 73C0A5961B6BC740

View file

@ -1,6 +1,6 @@
FROM php:8.2-apache
RUN apt-get update -y && apt-get install -y libmcrypt-dev libonig-dev build-essential libxml2-dev libzip-dev gnupg unzip curl wget findutils tar grep
RUN apt-get update -y && apt-get install -y libmcrypt-dev libonig-dev build-essential libxml2-dev libzip-dev gnupg unzip curl wget findutils tar grep nano
RUN docker-php-ext-install \
bcmath \
ctype \