Skip to content

Commit

Permalink
Add submodule to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Apr 15, 2024
1 parent b08f558 commit 130e7cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y --force-yes --no-install-recommends \
WORKDIR /opt/sipa

COPY --chown=sipa:sipa ./build /opt/sipa/build/
COPY --chown=sipa:sipa ./wtforms_widgets /opt/sipa/wtforms_widgets
ARG additional_requirements
RUN ./build/install_requirements.py $additional_requirements

Expand Down

0 comments on commit 130e7cf

Please sign in to comment.