update dockerfiles

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-06 10:35:33 -04:00
parent 3811f3219e
commit abfd4b6e02
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 10 additions and 11 deletions

View File

@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:sid
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.1.0-preview.3

View File

@ -24,7 +24,7 @@ RUN buildDeps=' \
&& 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 \
&& 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 \
&& apk del $buildDeps \
&& rm -rf /go \

View File

@ -1,4 +1,3 @@
# docker build . -t zoom-us
# docker run -d --rm \
# -v /tmp/.X11-unix:/tmp/.X11-unix \
# -e DISPLAY=unix\$DISPLAY \
@ -8,7 +7,7 @@
# -v /dev/shm:/dev/shm \
# zoom-us
FROM debian:buster
FROM debian:sid
ENV DEBIAN_FRONTEND noninteractive