Package updates
This commit is contained in:
parent
a820f2f60a
commit
39745f51f1
|
|
@ -1,11 +1,12 @@
|
||||||
FROM php:7.4-fpm
|
FROM php:7.4-fpm
|
||||||
LABEL maintainer="Andrei Condurachi <andrei@condurachi.ro> (@acondura)"
|
|
||||||
|
|
||||||
# Ubuntu repo updates
|
# Ubuntu repo updates
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
apt-utils \
|
||||||
|
apache2 \
|
||||||
unzip \
|
unzip \
|
||||||
libfreetype6-dev \
|
libfreetype6-dev \
|
||||||
libjpeg62-turbo-dev \
|
libjpeg62-turbo-dev \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue