File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,15 @@ RUN curl https://deb.nodesource.com/setup_18.x -o install_node.sh \
4545 && apt-get clean \
4646 && rm -rf /var/lib/apt/lists/*
4747
48+ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
49+ | gpg --dearmor >> /usr/share/keyrings/yarnkey.gpg \
50+ && echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" > /etc/apt/sources.list.d/yarn.list \
51+ && apt-get update \
52+ && apt-get install yarn \
53+ && apt-get autoremove \
54+ && apt-get clean \
55+ && rm -rf /var/lib/apt/lists/*
56+
4857RUN docker-php-ext-install bz2 \
4958 && install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap \
5059 && apt-get autoremove \
Original file line number Diff line number Diff line change @@ -45,6 +45,15 @@ RUN curl https://deb.nodesource.com/setup_18.x -o install_node.sh \
4545 && apt-get clean \
4646 && rm -rf /var/lib/apt/lists/*
4747
48+ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
49+ | gpg --dearmor >> /usr/share/keyrings/yarnkey.gpg \
50+ && echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" > /etc/apt/sources.list.d/yarn.list \
51+ && apt-get update \
52+ && apt-get install yarn \
53+ && apt-get autoremove \
54+ && apt-get clean \
55+ && rm -rf /var/lib/apt/lists/*
56+
4857RUN docker-php-ext-install bz2 \
4958 && install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap \
5059 && apt-get autoremove \
You can’t perform that action at this time.
0 commit comments