mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-07-02 08:18:06 +00:00
Create alpine branch
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM postgres
|
FROM postgres:alpine
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* \
|
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* \
|
||||||
|
|||||||
Reference in New Issue
Block a user