]> git.parisson.com Git - telemeta.git/commitdiff
remove useless install
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 4 May 2019 05:11:18 +0000 (07:11 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 4 May 2019 05:11:18 +0000 (07:11 +0200)
Dockerfile

index 8941e6d736c9245b15a506f991c66f7a9290b49b..e7f5a81404ea68f3d1947047ce7ffae351827ecc 100644 (file)
@@ -22,9 +22,6 @@ RUN mkdir -p /srv/app
 RUN mkdir -p /srv/media
 RUN mkdir -p /srv/lib/telemeta
 
-RUN apt-get update && apt-get install -y apt-transport-https
-RUN apt-get install -y --force-yes mysql-client
-
 COPY . /srv/lib/telemeta
 WORKDIR /srv/lib/telemeta