Create alpine branch

This commit is contained in:
Pau Rodriguez-Estivill
2019-03-04 17:52:05 +00:00
parent e647728b2a
commit fe5fef6a47
+1 -1
View File
@@ -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/* \