mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 10:03:55 +02:00
Adding nano to dockerfile
This commit is contained in:
parent
d4da197732
commit
8303f6a63b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM php:8.2-apache
|
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 \
|
RUN docker-php-ext-install \
|
||||||
bcmath \
|
bcmath \
|
||||||
ctype \
|
ctype \
|
||||||
|
|
Loading…
Add table
Reference in a new issue