Package updates

This commit is contained in:
Andrei Condurachi 2020-11-19 16:35:02 +02:00
parent a820f2f60a
commit 39745f51f1
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
FROM php:7.4-fpm
LABEL maintainer="Andrei Condurachi <andrei@condurachi.ro> (@acondura)"
# Ubuntu repo updates
RUN apt-get update
# Install dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
apt-utils \
apache2 \
unzip \
libfreetype6-dev \
libjpeg62-turbo-dev \