mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 15:02:41 +01:00
rainbowstream;
This commit is contained in:
13
rainbowstream/Dockerfile
Normal file
13
rainbowstream/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM python:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libjpeg-dev \
|
||||
libfreetype6 \
|
||||
libfreetype6-dev \
|
||||
zlib1g-dev \
|
||||
--no-install-recommends
|
||||
|
||||
RUN pip install rainbowstream
|
||||
|
||||
ENTRYPOINT [ "rainbowstream" ]
|
||||
Reference in New Issue
Block a user