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
2026-03-12 15:23:18 +01:00

7 lines
183 B
Docker

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