mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-03-23 21:55:17 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
6399c6ee55
commit
4b52e624dc
@ -41,7 +41,7 @@ RUN set -x \
|
|||||||
&& firefox --version
|
&& firefox --version
|
||||||
|
|
||||||
# Install browsh.
|
# Install browsh.
|
||||||
ENV BROWSH_VERSION 1.4.10
|
ENV BROWSH_VERSION 1.4.12
|
||||||
RUN wget "https://github.com/browsh-org/browsh/releases/download/v${BROWSH_VERSION}/browsh_${BROWSH_VERSION}_linux_amd64" -O /home/browsh/bin/browsh \
|
RUN wget "https://github.com/browsh-org/browsh/releases/download/v${BROWSH_VERSION}/browsh_${BROWSH_VERSION}_linux_amd64" -O /home/browsh/bin/browsh \
|
||||||
&& chmod a+x /home/browsh/bin/browsh
|
&& chmod a+x /home/browsh/bin/browsh
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV CONSUL_VERSION v1.2.1
|
ENV CONSUL_VERSION v1.2.2
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/consul
|
RUN go get github.com/hashicorp/consul
|
||||||
|
|
||||||
|
@ -2,17 +2,21 @@ FROM debian:sid-slim
|
|||||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
bridge-utils \
|
||||||
gcc \
|
gcc \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
|
libvirt0 \
|
||||||
libvirt-dev \
|
libvirt-dev \
|
||||||
make \
|
make \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
qemu-kvm \
|
||||||
ruby-dev \
|
ruby-dev \
|
||||||
ruby-fog \
|
ruby-fog \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
|
&& ldconfig -p
|
||||||
|
|
||||||
ENV VAGRANT_VERSION 2.1.2
|
ENV VAGRANT_VERSION 2.1.2
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ RUN apk add --no-cache \
|
|||||||
libmnl-dev
|
libmnl-dev
|
||||||
|
|
||||||
# https://git.zx2c4.com/WireGuard/refs/
|
# https://git.zx2c4.com/WireGuard/refs/
|
||||||
ENV WIREGUARD_VERSION 0.0.20180718
|
ENV WIREGUARD_VERSION 0.0.20180802
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user