Skip to content

Commit

Permalink
Update {{ cookiecutter.__package_name_kebab_case }}/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Sorber <[email protected]>
  • Loading branch information
PGerardi and lsorber authored Sep 7, 2023
1 parent 47fbb68 commit df0aa07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion {{ cookiecutter.__package_name_kebab_case }}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ RUN mkdir -p /opt/build/poetry/ && cp poetry.lock /opt/build/poetry/ && \
git init && pre-commit install --install-hooks && \
mkdir -p /opt/build/git/ && cp .git/hooks/commit-msg .git/hooks/pre-commit /opt/build/git/


# Configure the non-root user's shell.
ENV ANTIDOTE_VERSION 1.8.6
RUN git clone --branch v$ANTIDOTE_VERSION --depth=1 https://github.com/mattmc3/antidote.git ~/.antidote/ && \
Expand Down

0 comments on commit df0aa07

Please sign in to comment.