Skip to content

Commit

Permalink
Add git
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Jun 15, 2023
1 parent b3aa3f1 commit b3a9d6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/env/lib/init-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ RUN apt-get -qy update
# Install some basic PHP dependencies.
RUN apt-get -qy install $PHPIZE_DEPS && touch /usr/local/etc/php/php.ini
# Install git
RUN apt-get -qy install git
# Set up sudo so they can have root access.
RUN apt-get -qy install sudo
RUN echo "#$HOST_UID ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers`;
Expand Down

0 comments on commit b3a9d6b

Please sign in to comment.