commit
a66cf92bd5
@ -1,11 +1,12 @@
|
|||||||
FROM alpine:3.6
|
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
|
ENV PGWEB_VERSION 0.9.12
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update && \
|
apk add --no-cache ca-certificates openssl postgresql && \
|
||||||
apk add --update ca-certificates openssl && \
|
|
||||||
update-ca-certificates && \
|
update-ca-certificates && \
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
wget https://github.com/sosedoff/pgweb/releases/download/v$PGWEB_VERSION/pgweb_linux_amd64.zip && \
|
wget https://github.com/sosedoff/pgweb/releases/download/v$PGWEB_VERSION/pgweb_linux_amd64.zip && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user