vapor-ware / synse-amt-plugin

Intel AMT plugin for Synse
GNU General Public License v3.0
1 stars 1 forks source link

update dockerfile to make it mucho smaller #14

Closed edaniszewski closed 6 years ago

edaniszewski commented 6 years ago

played around with the dockerfile a bit more this weekend. turns out that I had it backwards before and using the slim go image as the base results in a smaller image overall.

note: this uses python2 because apk doesn't have python3-pip in is stable packages, that I could find.

with this, I'm getting an image of ~66MB whereas before it was ~498MB