4 lines
132 B
Docker
4 lines
132 B
Docker
FROM gitea/gitea:latest
|
|
|
|
RUN apk add --update --no-cache py-pip \
|
|
&& pip install --no-cache-dir --break-system-packages nbconvert
|