Skip to content

Commit

Permalink
add git
Browse files Browse the repository at this point in the history
  • Loading branch information
versun authored May 17, 2024
1 parent 07d62e2 commit 2a1e077
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 @@ -15,7 +15,7 @@ RUN mkdir -p $DockerHOME/data
WORKDIR $DockerHOME
COPY . $DockerHOME
RUN apt-get update && \
apt-get install -y gettext procps && \
apt-get install -y gettext procps git && \
rm -rf /var/lib/apt/lists/*
RUN pip install -r requirements/dev.txt --no-cache-dir -U && \
python manage.py init_server && \
Expand Down

0 comments on commit 2a1e077

Please sign in to comment.