We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab5ef2 commit 55edbc5Copy full SHA for 55edbc5
Dockerfile
@@ -81,9 +81,8 @@ RUN addgroup --gid "$PGID" "$USER" && \
81
rm -rf /tmp/libpuzzle-php-extension-builder-main && \
82
# Clean up \
83
rm -rf /var/www/mendako/assets/node_modules && \
84
- yarn cache clean --all && \
85
- rm -rf /var/www/koillection/assets/.yarn/cache && \
86
- rm -rf /var/www/koillection/assets/.yarn/install-state.gz && \
+ rm -rf /var/www/mendako/assets/.yarn/cache && \
+ rm -rf /var/www/mendako/assets/.yarn/install-state.gz && \
87
apt-get purge -y wget lsb-release software-properties-common git nodejs apt-transport-https ca-certificates gnupg2 unzip php8.3-dev && \
88
apt-get autoremove -y && \
89
apt-get clean && \
0 commit comments