Remove versions from dependencies in Dockerfile.
This commit is contained in:
@@ -32,6 +32,7 @@ jobs:
|
||||
|
||||
- name: Install Dependencies
|
||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
|
||||
|
||||
- name: Directory Permissions
|
||||
run: chmod -R 777 pdf
|
||||
|
||||
|
||||
@@ -4,10 +4,10 @@ WORKDIR ${APACHE_DOCUMENT_ROOT}
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y \
|
||||
libicu-dev=67.1-7 \
|
||||
libgd-dev=2.3.0-2 \
|
||||
libonig-dev=6.9.6-1.1 \
|
||||
unzip=6.0-26 && \
|
||||
libicu-dev \
|
||||
libgd-dev \
|
||||
libonig-dev \
|
||||
unzip && \
|
||||
apt purge -y --auto-remove && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
|
||||
|
||||
Reference in New Issue
Block a user