瀏覽代碼

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\

Loading…
取消
儲存