Skip to content

Commit a1c804a

Browse files
committed
update Dockerfile
1 parent eb5e84f commit a1c804a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docker/gunicorn/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ ENV LANG=${OS_LOCALE} \
7070
LC_MESSAGES=${OS_LOCALE}
7171

7272
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
73+
RUN update-ca-certificates

docker/php-fpm/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ ENV TZ="Asia/Seoul"
2929

3030
RUN apt-get purge -y --auto-remove software-properties-common wget gnupg \
3131
&& apt-get autoremove -y && apt-get clean \
32-
&& rm -rf /var/lib/apt/lists/*
32+
&& rm -rf /var/lib/apt/lists/*
33+
34+
RUN update-ca-certificates

docker/uwsgi/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ ENV LANG=${OS_LOCALE} \
7171
LC_CTYPE=${OS_LOCALE} \
7272
LC_MESSAGES=${OS_LOCALE}
7373

74-
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
74+
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
75+
RUN update-ca-certificates

0 commit comments

Comments
 (0)