* Fixed #8884: update alpine image dependencies, fix permission error in vendor folder and laravel.log file * Fixed #8884: Removes unnecessary changes to fix alpine image build * Fixed #8884: Removes unnecessary changes to fix alpine image build * Fixed #8884: Fix typo
This commit is contained in:
+3
-1
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.8
|
||||
FROM alpine:3.12
|
||||
# Apache + PHP
|
||||
RUN apk add --update --no-cache \
|
||||
apache2 \
|
||||
@@ -23,6 +23,8 @@ RUN apk add --update --no-cache \
|
||||
php7-fileinfo \
|
||||
php7-simplexml \
|
||||
php7-session \
|
||||
php7-dom \
|
||||
php7-xmlwriter \
|
||||
curl \
|
||||
wget \
|
||||
vim \
|
||||
|
||||
Reference in New Issue
Block a user