diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-09 17:32:33 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-06-09 22:07:40 +0200 |
commit | 6458123e1276147095f296522a61823676006f3f (patch) | |
tree | 6e3d7c613302310b892df08900de2166c97ed5fd /docker | |
parent | 8c572f55b17b86cbfa56f18f0491e05092f755b1 (diff) |
Use PHP library for QR codes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 395faf4d6..70e82f9e2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get update -y && \ apt-get install -y php5 php5-mysql php5-gd php5-imagick libtext-markdown-perl expect \ - python-pygments qrencode imagemagick git python-pip realpath curl apt-transport-https + python-pygments imagemagick git python-pip realpath curl apt-transport-https RUN echo 'deb https://deb.nodesource.com/node_4.x trusty main' > /etc/apt/sources.list.d/nodesource.list RUN echo 'deb-src https://deb.nodesource.com/node_4.x trusty main' >> /etc/apt/sources.list.d/nodesource.list |