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
Tammo Jan Dijkema
dt_ctrl
Commits
4c69605a
Unverified
Commit
4c69605a
authored
Feb 14, 2021
by
Michel Roelofs
Committed by
Tammo Jan Dijkema
Sep 21, 2021
Browse files
Combine installing packages
parent
e1ff5380
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4c69605a
...
@@ -28,13 +28,7 @@ RUN cd /root/dt_ctrl && make console/console/console_httpd
...
@@ -28,13 +28,7 @@ RUN cd /root/dt_ctrl && make console/console/console_httpd
# Create BUILDER container
# Create BUILDER container
FROM
debian:buster
AS
runner
FROM
debian:buster
AS
runner
#RUN apt -y update && apt -y install screen libwebsockets-dev libmagic-dev wget libglib2.0
RUN
apt
-y
update
&&
apt
-y
install
screen libwebsockets8 libglib2.0-0 libmagic-dev wget
#RUN apt -y update && apt -y install screen libwebsockets8 libmagic-dev wget libglib2.0
RUN
apt
-y
update
&&
apt
-y
install
screen
RUN
apt
-y
install
libwebsockets8
RUN
apt
-y
install
libglib2.0-0
RUN
apt
-y
install
libmagic-dev
RUN
apt
-y
install
wget
RUN
chmod
a+rwx /root
RUN
chmod
a+rwx /root
RUN
mkdir
-p
/var/www/console
RUN
mkdir
-p
/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