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 another way
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed May 20, 2024
1 parent 1c3a2b2 commit 7bbda41
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions aleph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ LABEL org.opencontainers.image.source = "https://github.com/investigativedata/al
# build-essential
RUN apt-get -qq -y update \
&& apt-get -qq --no-install-recommends -y install locales \
ca-certificates postgresql-client libpq-dev curl jq unzip \
ca-certificates postgresql-client libpq-dev curl jq unzip git \
python3-pip python3-icu python3-psycopg2 \
python3-lxml python3-cryptography \
&& apt-get -qq -y autoremove \
&& apt-get clean \
&& 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 7bbda41

Please sign in to comment.