Dockerfile 267 Bytes
Newer Older
Wei Shoulin's avatar
Wei Shoulin committed
1
2
FROM python:3.8.1-slim
LABEL author="weishoulin@astrolab.cn"
Wei Shoulin's avatar
no ver  
Wei Shoulin committed
3

Wei Shoulin's avatar
Wei Shoulin committed
4
5
RUN apt-get update -y && apt-get install curl git -y --allow-unauthenticated
RUN sh -c "$(curl -fsSL https://raw.fastgit.org/astronomical-data-processing/csst-dfs-api/master/tools/csst-dfs-api-install.sh)"