Skip to content

Commit

Permalink
feature: Install Git as part of the Dockerfile \n Ref: #42 (#47)
Browse files Browse the repository at this point in the history
Authored-by: Balaji Sankar <[email protected]>
  • Loading branch information
balajisankar15 authored Aug 28, 2023
1 parent 95e146f commit 72840dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN usermod "--login=${NB_USER}" "--home=/home/${NB_USER}" --move-home "-u ${NB_
ENV MAMBA_USER=$NB_USER

RUN apt-get update && \
apt-get install -y --no-install-recommends sudo gettext-base wget curl awscli unzip && \
apt-get install -y --no-install-recommends sudo gettext-base wget curl awscli unzip git && \
# We just install tzdata below but leave default time zone as UTC. This helps packages like Pandas to function correctly.
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata && \
chmod g+w /etc/passwd && \
Expand Down

0 comments on commit 72840dc

Please sign in to comment.