Refactors script/setup_docker_prereqs (#5506)
* Refactors script/setup_docker_prereqs Refactors script/setup_docker_prereqs to allow toggling of packages to being installed * Adds support for openalpr to Docker * Updates Dockerfile Comments ENV directives in order to preserve cache. * Fixes incorrect position of echo * Fixes telldus installer by updating apt before pkg install
This commit is contained in:
committed by
Michaël Arnauts
parent
bbda2a72f4
commit
d65f07860c
@@ -1,6 +1,12 @@
|
||||
FROM python:3.5
|
||||
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
|
||||
|
||||
# Uncomment any of the following lines to disable the installation.
|
||||
#ENV INSTALL_TELLSTICK no
|
||||
#ENV INSTALL_OPENALPR no
|
||||
#ENV INSTALL_FFMPEG no
|
||||
#ENV INSTALL_PHANTOMJS no
|
||||
|
||||
VOLUME /config
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user