mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 18:56:24 +00:00
one line apt-get on Dockerfile.x86_64
This commit is contained in:
parent
3cb5cb9571
commit
e802631529
@ -1,7 +1,6 @@
|
||||
FROM dockerfile/nodejs
|
||||
|
||||
RUN apt-get -q update
|
||||
RUN apt-get install -qqy openvpn libsqlite3-dev socat
|
||||
RUN apt-get -q update && apt-get install -qqy openvpn libsqlite3-dev socat
|
||||
|
||||
ADD . /app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user