File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ FROM php:alpine
3
3
COPY --from=composer /usr/bin/composer /usr/bin/composer
4
4
5
5
RUN apk --no-cache upgrade \
6
+ && apk --no-cache add ttf-linux-libertine \
7
+ && fc-cache -f \
6
8
&& apk --no-cache add graphviz nodejs npm
7
9
8
10
RUN COMPOSER_ALLOW_SUPERUSER=1 composer global require koriym/app-state-diagram \
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ FROM php:alpine
3
3
COPY --from=composer /usr/bin/composer /usr/bin/composer
4
4
5
5
RUN apk upgrade --no-cache \
6
- && apk add --no-cache graphviz \
6
+ && apk add --no-cache graphviz ttf-linux-libertine \
7
+ && fc-cache -f \
7
8
&& COMPOSER_ALLOW_SUPERUSER=1 composer require koriym/app-state-diagram
8
9
9
10
COPY entrypoint.sh /entrypoint.sh
You can’t perform that action at this time.
0 commit comments