cheange vversion

Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle 2020-05-15 01:46:43 -07:00
parent 47ee8318a0
commit e3b946b841
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM debian:bullseye-slim FROM debian:buster-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

View File

@ -1,4 +1,4 @@
FROM golang:1.12-alpine as builder FROM golang:alpine as builder
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \ RUN apk --no-cache add \
@ -10,8 +10,6 @@ ENV GOPATH /go
ENV OAUTH2_PROXY_VERSION v5.1.1 ENV OAUTH2_PROXY_VERSION v5.1.1
RUN go get github.com/golang/dep/cmd/dep
RUN go get github.com/pusher/oauth2_proxy || true \ RUN go get github.com/pusher/oauth2_proxy || true \
&& cd /go/src/github.com/pusher/oauth2_proxy \ && cd /go/src/github.com/pusher/oauth2_proxy \
&& git checkout "${OAUTH2_PROXY_VERSION}" \ && git checkout "${OAUTH2_PROXY_VERSION}" \

View File

@ -19,14 +19,13 @@ RUN apk add --no-cache \
git \ git \
libffi-dev \ libffi-dev \
libressl-dev \ libressl-dev \
olm-dev \
python \ python \
python-dev \ python-dev \
py2-pip \ py2-pip \
weechat \ weechat \
weechat-perl \ weechat-perl \
weechat-python \ weechat-python \
--repository https://dl-4.alpinelinux.org/alpine/edge/testing --repository https://dl-4.alpinelinux.org/alpine/edge/community
ENV HOME /home/user ENV HOME /home/user