This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
balena-supervisor
Watch
1
Star
0
Fork
0
You've already forked balena-supervisor
mirror of
https://github.com/balena-os/balena-supervisor.git
synced
2025-02-05 10:39:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
balena-supervisor
/
Dockerfile.rpi
5 lines
82 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
Change the Dockerfile base to something that is unique - Allows to simply change a variable to point to a different base
2014-07-10 16:00:12 +02:00
FROM
resin/supervisor-base:latest
Use buildstep to build the supervisor just like a normal resin app
2014-04-27 22:46:59 +01:00
ADD
. /app
RUN
/build/builder
apt-get clean everywhere.
2014-09-22 15:08:19 +02:00
RUN
apt-get clean
Reference in New Issue
Copy Permalink