Skip to content

Commit 1ae886d

Browse files
committed
(Dockerfile): Install git
Signed-off-by: Victor Otieno <[email protected]>
1 parent 709b689 commit 1ae886d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ RUN wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
2525

2626
# Installs
2727
RUN apt-get update -y \
28-
&& apt-get install -y php8.2 nodejs=18.15.0-1nodesource1 yarn \
28+
&& apt-get install -y php8.2 nodejs=18.15.0-1nodesource1 yarn git \
2929
&& apt reinstall fonts-noto-color-emoji

0 commit comments

Comments
 (0)