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
fcc890ba
Commit
fcc890ba
authored
Feb 12, 2021
by
Michel Roelofs
Browse files
Use Debian buster instead of Ubuntu 16.04
parent
0c401771
Pipeline
#50
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
fcc890ba
...
...
@@ -10,7 +10,7 @@
# Start the docker container with
# docker run -it -p 8000:8000 consoledemo
# Then visit the consoledemo from the host machine at http://localhost:8000
FROM
ubuntu:16.04
FROM
debian:buster
RUN
apt-get
-y
update
RUN
apt-get
-y
install
vim autoconf make gcc libtool-bin libglib2.0-dev libbison-dev flex git cmake build-essential libssl-dev screen telnet libmagic-dev wget
...
...
@@ -33,8 +33,6 @@ RUN chmod a+rwx /root
RUN
mkdir
-p
/var/www/
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 update
&&
apt-get
-y
install
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
# Configure ports for the console and controller
...
...
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