mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-23 07:37:26 +01:00
Dont install prestissimo in docker image, as it is not supported anymore with composer 2.
This commit is contained in:
@@ -13,7 +13,6 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources
|
||||
RUN apt-get update && apt-get install -y yarn
|
||||
|
||||
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
||||
RUN composer global require hirak/prestissimo
|
||||
|
||||
WORKDIR /var/www/html
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user