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
ebner 370dae6960
Build and Publish Docker Image / docker (push) Successful in 55s
actuall add the script to the container
2026-05-19 10:48:49 +02:00

8 lines
252 B
Docker

FROM mambaorg/micromamba:2.4.0-alpine3.22
VOLUME [ "/data" ]
RUN micromamba install -y python=3.12 quetz starlette=0.52.1 xattr && micromamba clean -a -y
COPY create_proxy_channel.py /create_proxy_channel.py
COPY update_mirrors.py /update_mirrors.py