mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -41,6 +41,8 @@ get_latest() {
|
|||||||
dir="golang-softhsm2"
|
dir="golang-softhsm2"
|
||||||
elif [[ "$dir" == "bazel" ]]; then
|
elif [[ "$dir" == "bazel" ]]; then
|
||||||
dir="gitiles"
|
dir="gitiles"
|
||||||
|
elif [[ "$dir" == "byte-unixbench" ]]; then
|
||||||
|
dir="unixbench"
|
||||||
elif [[ "$dir" == "zookeeper" ]]; then
|
elif [[ "$dir" == "zookeeper" ]]; then
|
||||||
dir="zookeeper/3.5"
|
dir="zookeeper/3.5"
|
||||||
elif [[ "$dir" == "oauth2_proxy" ]]; then
|
elif [[ "$dir" == "oauth2_proxy" ]]; then
|
||||||
@@ -79,6 +81,7 @@ reverse-shell/routersploit
|
|||||||
tarsnap/tarsnap
|
tarsnap/tarsnap
|
||||||
fcambus/telize
|
fcambus/telize
|
||||||
hashicorp/terraform
|
hashicorp/terraform
|
||||||
|
kdlucas/byte-unixbench
|
||||||
mitchellh/vagrant
|
mitchellh/vagrant
|
||||||
hashicorp/vault
|
hashicorp/vault
|
||||||
wireguard/wireguard
|
wireguard/wireguard
|
||||||
|
|||||||
@@ -17,7 +17,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.20180218
|
ENV WIREGUARD_VERSION 0.0.2018030
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|||||||
Reference in New Issue
Block a user