+ hvg-blog-general theme

This commit is contained in:
felegy
2022-06-08 21:34:12 +02:00
parent 74c7fd73ce
commit 039d95726c
15 changed files with 333 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ ARG UID=1000
ARG GID=1000
ARG USER_NAME=heroku
FROM heroku/heroku:20 AS base
FROM heroku/heroku:20-build AS base
RUN \
apt-get -qq update; \
apt-get install -y --no-install-recommends \