Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michel Roelofs
dt_ctrl
Commits
602e37b0
Commit
602e37b0
authored
Dec 06, 2018
by
Tammo Jan Dijkema
Browse files
Add TLEs to docker image
parent
39aa815a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
602e37b0
...
...
@@ -31,11 +31,9 @@ RUN ldconfig
RUN
chmod
a+rwx /root
RUN
mkdir
-p
/var/www/
RUN
cp
-r
/root/dt_ctrl/console/htdocs /var/www/
RUN
cp
-r
/root/dt_ctrl/console/js /var/www/
RUN
mkdir
-p
/var/www/htdocs/tle
&&
touch
/var/www/htdocs/tle/amateur.txt
&&
touch
/var/www/htdocs/tle/gps-ops.txt
&&
touch
/var/www/htdocs/tle/tle-new.txt
RUN
mkdir
-p
/var/www/console/htdocs/tle
&&
cd
/var/www/console/htdocs/tle
&&
wget
"http://celestrak.com/NORAD/elements/amateur.txt"
-v
-O
amateur.txt
&&
wget
"http://celestrak.com/NORAD/elements/tle-new.txt"
-v
-O
tle-new.txt
&&
wget
"http://celestrak.com/NORAD/elements/gps-ops.txt"
-v
-O
gps-ops.txt
&&
cd
-
RUN
apt-get
-y
install
apache2 net-tools
RUN
apt-get
update
&&
apt-get
-y
install
apache2 net-tools
RUN
mkdir
-p
/var/www/console/
&&
cp
-r
/root/dt_ctrl/console/htdocs /var/www/console
&&
cp
-r
/root/dt_ctrl/console/js /var/www/console
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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