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

Update Dockerfile

parent 6beeebb8
No related branches found
No related tags found
1 merge request!23install ansible as part of Docker image build
......@@ -14,7 +14,7 @@ RUN pip install httpx sphinx sphinx_rtd_theme vale ansible
# Generate documentation
RUN ./build-docs.sh
# Generate sample configuration file, and remove any existing one if present
# Generate sample configuration file, and remove an existing one if present
RUN rm config.json >/dev/null 2>&1
RUN ln -s config.json.example config.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment