Merge pull request #357 from Bizzelicious/patch-1

Update Dockerfile
This commit is contained in:
Dan Sosedoff 2018-04-25 23:19:00 -05:00 committed by GitHub
commit a66cf92bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,12 @@
FROM alpine:3.6
MAINTAINER Dan Sosedoff <dan.sosedoff@gmail.com>
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
ENV PGWEB_VERSION 0.9.12
RUN \
apk update && \
apk add --update ca-certificates openssl && \
apk add --no-cache ca-certificates openssl postgresql && \
update-ca-certificates && \
cd /tmp && \
wget https://github.com/sosedoff/pgweb/releases/download/v$PGWEB_VERSION/pgweb_linux_amd64.zip && \