mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-23 15:32:24 +00:00
move package installations to dockerfiles
This commit is contained in:
parent
7f38248cfa
commit
712647b69e
@ -1,4 +1,6 @@
|
||||
FROM resin/supervisor-base:latest
|
||||
RUN apt-get -q update
|
||||
RUN apt-get install -qqy openvpn libsqlite3-dev socat
|
||||
ADD . /app
|
||||
RUN /build/builder
|
||||
RUN apt-get clean
|
||||
|
@ -1,5 +1,8 @@
|
||||
FROM dockerfile/nodejs
|
||||
|
||||
RUN apt-get -q update
|
||||
RUN apt-get install -qqy openvpn libsqlite3-dev socat
|
||||
|
||||
ADD . /app
|
||||
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user