Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dt_ctrl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ict
dt_ctrl
Commits
4c69605a
Unverified
Commit
4c69605a
authored
4 years ago
by
Michel Roelofs
Committed by
Tammo Jan Dijkema
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Combine installing packages
parent
e1ff5380
Branches
Branches containing commit
No related tags found
1 merge request
!12
Michel
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-7
1 addition, 7 deletions
Dockerfile
with
1 addition
and
7 deletions
Dockerfile
+
1
−
7
View file @
4c69605a
...
...
@@ -28,13 +28,7 @@ RUN cd /root/dt_ctrl && make console/console/console_httpd
# Create BUILDER container
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 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
apt
-y
update
&&
apt
-y
install
screen libwebsockets8 libglib2.0-0 libmagic-dev wget
RUN
chmod
a+rwx /root
RUN
mkdir
-p
/var/www/console
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment