mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 01:42:20 +00:00
feat: don't need to apt install
This commit is contained in:
parent
14bfb8a6ba
commit
49c9b09276
30
Dockerfile
30
Dockerfile
@ -3,21 +3,21 @@ FROM php:7.4-apache
|
||||
RUN apt-get update
|
||||
|
||||
# 1. development packages
|
||||
RUN apt-get install -y \
|
||||
git \
|
||||
zip \
|
||||
curl \
|
||||
sudo \
|
||||
unzip \
|
||||
libicu-dev \
|
||||
libzip-dev \
|
||||
libbz2-dev \
|
||||
libpng-dev \
|
||||
libjpeg-dev \
|
||||
libmcrypt-dev \
|
||||
libreadline-dev \
|
||||
libfreetype6-dev \
|
||||
g++
|
||||
#RUN apt-get install -y \
|
||||
# git \
|
||||
# zip \
|
||||
# curl \
|
||||
# sudo \
|
||||
# unzip \
|
||||
# libicu-dev \
|
||||
# libzip-dev \
|
||||
# libbz2-dev \
|
||||
# libpng-dev \
|
||||
# libjpeg-dev \
|
||||
# libmcrypt-dev \
|
||||
# libreadline-dev \
|
||||
# libfreetype6-dev \
|
||||
# g++
|
||||
|
||||
# Set Apache Root
|
||||
ENV APACHE_DOCUMENT_ROOT=/var/www/html/public
|
||||
|
Loading…
Reference in New Issue
Block a user