浏览代码

do not install recomended packets

tags/9.6-1.1.0
Robin Thoni 8 年前
父节点
当前提交
c09451667a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile 查看文件

3
 RUN mv -v /usr/share/postgresql/9.6/pg_hba.conf.sample /usr/share/postgresql/ \
3
 RUN mv -v /usr/share/postgresql/9.6/pg_hba.conf.sample /usr/share/postgresql/ \
4
               && ln -sv ../pg_hba.conf.sample /usr/share/postgresql/$PG_MAJOR/
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
         cron\
7
         cron\
8
         python3\
8
         python3\
9
         python3-pip\
9
         python3-pip\

正在加载...
取消
保存