Skip to content
Snippets Groups Projects
Unverified Commit 4c69605a authored by Michel Roelofs's avatar Michel Roelofs Committed by Tammo Jan Dijkema
Browse files

Combine installing packages

parent e1ff5380
Branches
No related tags found
1 merge request!12Michel
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment