This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Dockerfile used to test weewx on Jessie, using Python 2.7.9 | |
| FROM buildpack-deps:jessie | |
| MAINTAINER Tom Keffer <tkeffer@gmail.com> | |
| # | |
| # New entries should be added at the bottom, to make maximal use | |
| # of the Docker cache. | |
| # | |
| # Get the build-essential stuff |