Skip to content
Snippets Groups Projects
Commit 4c868502 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Merge branch 'feature/docker-env-fix1' into 'develop'

docker-env-fix1: introduce new dependencies to ensure Docker deployment

See merge request !21
parents e417570c dddde72a
Branches
Tags
1 merge request!21docker-env-fix1: introduce new dependencies to ensure Docker deployment
......@@ -9,6 +9,7 @@ RUN apk add --no-cache bash curl vim
WORKDIR /opt/lso
COPY . .
RUN pip install -e .
RUN pip install httpx sphinx sphinx_rtd_theme vale
# Generate documentation
RUN ./build-docs.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment