Package updates
This commit is contained in:
parent
a820f2f60a
commit
39745f51f1
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue