Skip to content

Commit

Permalink
Add git to the image Dockerfile as well
Browse files Browse the repository at this point in the history
We use a `git` based reference to the `em-common` repo.
The related PR added git to the test dockerfile
#965
to get the tests to pass.

We need to add a similar command to the production Dockerfile
  • Loading branch information
shankari authored May 6, 2024
1 parent cc20ac4 commit d33ce2e
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 @@ -8,7 +8,7 @@ WORKDIR /usr/src/app
RUN apt-get -y -qq update
RUN apt-get install -y -qq curl
RUN apt-get install -y -qq wget
# RUN apt-get install -y git
RUN apt-get install -y -qq git

# install nano and vim for editing
# RUN apt-get -y install nano vim
Expand Down

0 comments on commit d33ce2e

Please sign in to comment.