Compare commits

..

No commits in common. "main" and "PROD-v0.0.37" have entirely different histories.

View File

@ -35,8 +35,7 @@ WORKDIR /var/www
# Install build dependencies first (will be removed later) # Install build dependencies first (will be removed later)
RUN apk add --no-cache --virtual .build-deps \ RUN apk add --no-cache --virtual .build-deps \
gcc g++ make autoconf libtool linux-headers \ gcc g++ make autoconf libtool linux-headers \
libpng-dev libjpeg-turbo-dev freetype-dev \ libpng-dev libjpeg-turbo-dev freetype-dev
oniguruma-dev libxml2-dev libzip-dev
# Install runtime dependencies # Install runtime dependencies
RUN apk add --no-cache \ RUN apk add --no-cache \