]> git.parisson.com Git - teleforma.git/commitdiff
Added nano, psql, less in dev modd
authorGael Le Mignot <gael@pilotsystems.net>
Thu, 3 Jun 2021 14:59:37 +0000 (16:59 +0200)
committerGael Le Mignot <gael@pilotsystems.net>
Thu, 3 Jun 2021 14:59:37 +0000 (16:59 +0200)
Dockerfile

index 6cfcccf428ac5a090b6e5f21ee049e3fb334011b..e100361b814ad09918b1475bf186ecd8ce776458 100644 (file)
@@ -48,6 +48,7 @@ COPY requirements-dev.txt /srv
 ARG dev=0
 RUN echo "${dev}"
 RUN if [ "${dev}" = "1" ]; then pip3 install -r requirements-dev.txt; fi
+RUN if [ "${dev}" = "1" ]; then apt-get -y install less nano postgresql-client; fi
 
 COPY lib /srv/lib
 COPY bin/build/local/setup_lib.sh /srv