mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-01 00:57:58 +00:00
Create alpine branch
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM postgres
|
||||
FROM postgres:alpine
|
||||
|
||||
RUN set -x \
|
||||
&& 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