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

Commit

Permalink
πŸ’š (aleph) Install git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed May 20, 2024
1 parent efae80c commit 1c3a2b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aleph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ RUN apt-get -qq -y update \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8

RUN apt-get -qq -y install git
RUN apt-get autoremove -y
RUN apt-get clean

ENV LANG='en_US.UTF-8'

RUN groupadd -g 1000 -r app \
Expand Down

0 comments on commit 1c3a2b2

Please sign in to comment.