mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 15:02:41 +01:00
@@ -1,7 +1,7 @@
|
||||
FROM python:2-alpine
|
||||
|
||||
ENV PATH $PATH:/usr/src/google-cloud-sdk/bin
|
||||
ENV CLOUD_SDK_DOCKER_VERSION 203.0.0
|
||||
ENV CLOUD_SDK_DOCKER_VERSION 206.0.0
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
||||
@@ -18,7 +18,7 @@ RUN apk add --no-cache \
|
||||
libmnl-dev
|
||||
|
||||
# https://git.zx2c4.com/WireGuard/refs/
|
||||
ENV WIREGUARD_VERSION 0.0.20180620
|
||||
ENV WIREGUARD_VERSION 0.0.20180625
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
||||
Reference in New Issue
Block a user