8000 Update Dockerfile · docker-library/postgres@a94ae15 · GitHub
[go: up one dir, main page]

Skip to content

Commit a94ae15

Browse files
authored
Update Dockerfile
1 parent 376f87c commit a94ae15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

13/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# vim:set ft=dockerfile:
22
FROM debian:buster-slim
33

4+
ENV http_proxy http://10.249.120.90:8080
5+
ENV https_proxy http://10.249.120.90:8080
46
RUN set -ex; \
57
if ! command -v gpg > /dev/null; then \
68
apt-get update; \
@@ -182,7 +184,7 @@ ENV PGDATA /var/lib/postgresql/data
182184
RUN mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
183185
VOLUME /var/lib/postgresql/data
184186

185-
COPY docker-entrypoint.sh /usr/local/bin/
187+
COPY 13/docker-entrypoint.sh /usr/local/bin/
186188
RUN ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
187189
ENTRYPOINT ["docker-entrypoint.sh"]
188190

0 commit comments

Comments
 (0)
0