Skip to content

Commit

Permalink
(Dockerfile): Install git
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Otieno <[email protected]>
  • Loading branch information
vickz84259 committed Nov 14, 2023
1 parent 709b689 commit 1ae886d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ RUN wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg

# Installs
RUN apt-get update -y \
&& 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 \
&& apt reinstall fonts-noto-color-emoji

0 comments on commit 1ae886d

Please sign in to comment.