Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-api
Commits
287d0d41
Commit
287d0d41
authored
Nov 18, 2021
by
Wei Shoulin
Browse files
dockerfile
parent
c20ed47f
Changes
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
287d0d41
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment