Skip to content
Snippets Groups Projects
Commit df69ce56 authored by Simon Kirsten's avatar Simon Kirsten
Browse files

Fixed CI build

parent 1b72a2ea
Branches master
No related tags found
No related merge requests found
...@@ -2,9 +2,12 @@ ...@@ -2,9 +2,12 @@
docs: docs:
stage: build stage: build
image: python:3.7-alpine image: python:3.7-slim
before_script: before_script:
- apt-get update
- apt-get install -y --no-install-recommends gcc
# TODO: we should consider also version locking these packages: # TODO: we should consider also version locking these packages:
# ++ everything will work in the future # ++ everything will work in the future
# -- we won't see any future improvements of the mkdocs and mkdocs-material packages # -- we won't see any future improvements of the mkdocs and mkdocs-material packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment