Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1512 from openedx/fix-dockerfile-git
Browse files Browse the repository at this point in the history
fix: install git in Dokcerfile to install git hash
  • Loading branch information
iamsobanjaved authored Oct 9, 2023
2 parents ada6291 + ccac59c commit 3c2423d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ RUN apt-get update && apt-get install --no-install-recommends -qy \
# needed by i18n tests in CI
gettext \
# needed by a11y tests script
curl && \
curl \
# needed to install github based dependency
git && \
rm -rf /var/lib/apt/lists/*

RUN locale-gen en_US.UTF-8
Expand Down

0 comments on commit 3c2423d

Please sign in to comment.