6 lines
162 B
Docker
6 lines
162 B
Docker
FROM gitea/gitea:1.17.3
|
|
|
|
RUN apk --no-cache add gcc python3-dev py3-pip linux-headers musl-dev libffi-dev
|
|
RUN pip3 install --upgrade pip
|
|
RUN pip3 install jupyter
|