All checks were successful
continuous-integration/drone/push Build is passing
6 lines
160 B
Docker
6 lines
160 B
Docker
FROM gitea/gitea:1.20
|
|
|
|
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
|