Merge pull request #10 from Kolahzary/alpine

Add alpine branch
This commit is contained in:
PauRE
2019-03-04 19:16:48 +01:00
committed by GitHub
+2 -2
View File
@@ -1,10 +1,10 @@
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/* \
&& apk update && apk add ca-certificates curl \
&& curl -L https://github.com/odise/go-cron/releases/download/v0.0.7/go-cron-linux.gz | zcat > /usr/local/bin/go-cron \
&& chmod a+x /usr/local/bin/go-cron \
&& apt-get purge -y --auto-remove ca-certificates && apt-get clean
&& apk del ca-certificates curl
ENV POSTGRES_DB **None**
ENV POSTGRES_HOST **None**