This repository has been archived on 2026-05-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
quetz/Dockerfile
T
ebner 7adb8a1445
Build and Publish Docker Image / docker (push) Successful in 54s
test
2026-03-24 13:47:37 +01:00

7 lines
199 B
Docker

FROM mambaorg/micromamba:alpine
VOLUME [ "/data" ]
RUN micromamba install -y python=3.12 quetz fastapi=0.135.1 xattr && micromamba clean -a -y
COPY create_proxy_channel.py /create_proxy_channel.py