mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
update more versions
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
71e347563f
commit
456dbcb58b
|
@ -51,9 +51,12 @@ RUN apk --no-cache add \
|
||||||
libcurl \
|
libcurl \
|
||||||
libmicrohttpd \
|
libmicrohttpd \
|
||||||
libgcrypt \
|
libgcrypt \
|
||||||
|
libqrencode \
|
||||||
|
libsodium \
|
||||||
mesa-dri-intel \
|
mesa-dri-intel \
|
||||||
qt5-qtbase \
|
qt5-qtbase \
|
||||||
qt5-qtbase-x11 \
|
qt5-qtbase-x11 \
|
||||||
|
qt5-qtsvg \
|
||||||
qt5-qttools \
|
qt5-qttools \
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
|
|
||||||
# unifi version
|
# unifi version
|
||||||
# From: https://www.ubnt.com/download/unifi/
|
# From: https://www.ubnt.com/download/unifi/
|
||||||
ENV UNIFI_VERSION "5.10.23"
|
ENV UNIFI_VERSION "5.10.25"
|
||||||
|
|
||||||
# install unifi
|
# install unifi
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
||||||
yarn \
|
yarn \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ENV VAULT_VERSION v1.1.2
|
ENV VAULT_VERSION v1.2.0-beta2
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/vault
|
RUN go get github.com/hashicorp/vault
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user