Dont install prestissimo in docker image, as it is not supported anymore with composer 2.

This commit is contained in:
Jan Böhmer 2021-03-14 18:51:55 +01:00
parent 9941ec34e0
commit 916f38b5c3

View file

@ -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 RUN apt-get update && apt-get install -y yarn
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
RUN composer global require hirak/prestissimo
WORKDIR /var/www/html WORKDIR /var/www/html
COPY . . COPY . .