Skip to content
Snippets Groups Projects
Commit e7c0f770 authored by Caspar Jungbacker's avatar Caspar Jungbacker
Browse files

Install GCC

parent c2ce207f
No related branches found
No related tags found
1 merge request!35Fix Dockerfile for Mac
Pipeline #205550 passed
FROM python:3.11-slim-bullseye
WORKDIR /book
RUN apt-get update && apt-get -y install git
RUN apt-get update && apt-get -y install git gcc
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
ENTRYPOINT ["./build-book.sh"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment