add app, add nfs operator
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
FROM php:7.4-apache-buster
|
||||
MAINTAINER vasyakrg <vasyakrg@gmail.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
apt-transport-https \
|
||||
curl \
|
||||
wget \
|
||||
git \
|
||||
&& apt-get update && rm -rf /var/lib/apt/lists/*
|
||||
libpq-dev \
|
||||
&& docker-php-ext-install mysqli pdo_pgsql pdo_mysql \
|
||||
&& apt-get update \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN rm /etc/apache2/sites-enabled/*
|
||||
COPY myapp.conf /etc/apache2/sites-available/myapp.conf
|
||||
|
Reference in New Issue
Block a user