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
2024-12-19 21:57:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
271719708c
balena-supervisor
/
Dockerfile.rpi
5 lines
82 B
Docker
Raw
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 14:00:12 +00:00
FROM
resin/supervisor-base:latest
Use buildstep to build the supervisor just like a normal resin app
2014-04-27 21:46:59 +00:00
ADD
. /app
RUN
/build/builder
apt-get clean everywhere.
2014-09-22 13:08:19 +00:00
RUN
apt-get clean
Reference in New Issue
Copy Permalink