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 709b689 commit 1ae886dCopy full SHA for 1ae886d
Dockerfile
@@ -25,5 +25,5 @@ RUN wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
25
26
# Installs
27
RUN apt-get update -y \
28
- && apt-get install -y php8.2 nodejs=18.15.0-1nodesource1 yarn \
+ && apt-get install -y php8.2 nodejs=18.15.0-1nodesource1 yarn git \
29
&& apt reinstall fonts-noto-color-emoji
0 commit comments