mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
update dockerfiles
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
3811f3219e
commit
abfd4b6e02
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:buster
|
FROM debian:sid
|
||||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||||
|
|
||||||
ENV POWERSHELL_VERSION 6.1.0-preview.3
|
ENV POWERSHELL_VERSION 6.1.0-preview.3
|
||||||
|
|
|
@ -24,7 +24,7 @@ RUN buildDeps=' \
|
||||||
&& mkdir -p /go/src/github.com/hashicorp /etc/terraform.d \
|
&& mkdir -p /go/src/github.com/hashicorp /etc/terraform.d \
|
||||||
&& git clone --depth 1 --branch ${TERRAFORM_VERSION} https://github.com/hashicorp/terraform /go/src/github.com/hashicorp/terraform \
|
&& git clone --depth 1 --branch ${TERRAFORM_VERSION} https://github.com/hashicorp/terraform /go/src/github.com/hashicorp/terraform \
|
||||||
&& cd /go/src/github.com/hashicorp/terraform \
|
&& cd /go/src/github.com/hashicorp/terraform \
|
||||||
&& XC_ARCH="amd64" XC_OS="linux" make fmt bin \
|
&& CGO_ENABLED=0 XC_ARCH="amd64" XC_OS="linux" make fmt bin \
|
||||||
&& mv bin/terraform /usr/bin/terraform \
|
&& mv bin/terraform /usr/bin/terraform \
|
||||||
&& apk del $buildDeps \
|
&& apk del $buildDeps \
|
||||||
&& rm -rf /go \
|
&& rm -rf /go \
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# docker build . -t zoom-us
|
|
||||||
# docker run -d --rm \
|
# docker run -d --rm \
|
||||||
# -v /tmp/.X11-unix:/tmp/.X11-unix \
|
# -v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||||
# -e DISPLAY=unix\$DISPLAY \
|
# -e DISPLAY=unix\$DISPLAY \
|
||||||
|
@ -8,7 +7,7 @@
|
||||||
# -v /dev/shm:/dev/shm \
|
# -v /dev/shm:/dev/shm \
|
||||||
# zoom-us
|
# zoom-us
|
||||||
|
|
||||||
FROM debian:buster
|
FROM debian:sid
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user