Skip to content

Commit

Permalink
Remove unnecessary apk package in Dockerfile
Browse files Browse the repository at this point in the history
The ttf-linux-libertine package was deleted from the Dockerfile as it was not needed. This was done to trim down the Dockerfile and remove any unnecessary dependencies or packages, providing a cleaner and leaner Docker build.
  • Loading branch information
koriym committed Jun 14, 2024
1 parent 61f6843 commit 4f920fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/asd-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM php:alpine
COPY --from=composer /usr/bin/composer /usr/bin/composer

RUN apk upgrade --no-cache \
&& apk add --no-cache ttf-linux-libertine \
&& fc-cache -f \
&& RUN COMPOSER_ALLOW_SUPERUSER=1 composer global config allow-plugins.bamarni/composer-bin-plugin true \
&& COMPOSER_ALLOW_SUPERUSER=1 composer require koriym/app-state-diagram
Expand Down

0 comments on commit 4f920fc

Please sign in to comment.