Commit 287d0d41 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

dockerfile

parent c20ed47f
from python:3.8.1-slim FROM python:3.8.1-slim
LABEL author="weishoulin@astrolab.cn"
RUN apt-get update -y --allow-unauthenticated && apt-get install curl git -y --allow-unauthenticated RUN apt-get update -y && apt-get install curl git -y --allow-unauthenticated
RUN curl https://raw.fastgit.org/astronomical-data-processing/csst-dfs-api/master/tools/csst-dfs-api-install.sh >> /csst-dfs-api-install.sh RUN sh -c "$(curl -fsSL https://raw.fastgit.org/astronomical-data-processing/csst-dfs-api/master/tools/csst-dfs-api-install.sh)"
RUN chmod a+x /csst-dfs-api-install.sh \ No newline at end of file
# RUN /csst-dfs-api-install.sh
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment