mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-30 17:13:46 +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
|
||||
|
||||
# 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 \
|
||||
&& chmod a+x /home/browsh/bin/browsh
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
|
|||
--no-install-recommends \
|
||||
&& 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
|
||||
|
||||
|
|
|
@ -2,17 +2,21 @@ FROM debian:sid-slim
|
|||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
bridge-utils \
|
||||
gcc \
|
||||
libxslt-dev \
|
||||
libxml2-dev \
|
||||
libvirt0 \
|
||||
libvirt-dev \
|
||||
make \
|
||||
pkg-config \
|
||||
qemu-kvm \
|
||||
ruby-dev \
|
||||
ruby-fog \
|
||||
zlib1g-dev \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& ldconfig -p
|
||||
|
||||
ENV VAGRANT_VERSION 2.1.2
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ RUN apk add --no-cache \
|
|||
libmnl-dev
|
||||
|
||||
# https://git.zx2c4.com/WireGuard/refs/
|
||||
ENV WIREGUARD_VERSION 0.0.20180718
|
||||
ENV WIREGUARD_VERSION 0.0.20180802
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
Loading…
Reference in New Issue
Block a user