Skip to content

Commit

Permalink
Docker dev: Add yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jun 7, 2023
1 parent 08ca4cc commit 838a953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/openconext/openconext-basecontainers/php72-apache2:latest AS php-build
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
SHELL ["/bin/bash", "--login", "-c"]
RUN apt update && apt -y install git
RUN apt update && apt -y install git yarn
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
RUN nvm install 14
RUN pecl install xdebug-2.9.0 && docker-php-ext-enable xdebug
Expand Down

0 comments on commit 838a953

Please sign in to comment.