mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
cheange vversion
Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
parent
47ee8318a0
commit
e3b946b841
|
@ -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
|
||||||
|
|
|
@ -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}" \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user