Browse Source

do not install recomended packets

tags/9.6-1.1.0
Robin Thoni 6 years ago
parent
commit
c09451667a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -3,7 +3,7 @@ FROM robinthoni/postgres-multiarch:9.6
3 3
 RUN mv -v /usr/share/postgresql/9.6/pg_hba.conf.sample /usr/share/postgresql/ \
4 4
               && ln -sv ../pg_hba.conf.sample /usr/share/postgresql/$PG_MAJOR/
5 5
 
6
-RUN apt-get update && apt-get -y install\
6
+RUN apt-get update && apt-get -y --no-install-recommends install\
7 7
         cron\
8 8
         python3\
9 9
         python3-pip\

Loading…
Cancel
Save