mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
download unifi deb package via https (#526)
This commit is contained in:
parent
a20a544be1
commit
bb0b611e4f
|
@ -95,7 +95,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& curl -o /tmp/unifi.deb -L "http://dl.ubnt.com/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" \
|
&& curl -o /tmp/unifi.deb -L "https://dl.ubnt.com/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" \
|
||||||
&& dpkg -i /tmp/unifi.deb \
|
&& dpkg -i /tmp/unifi.deb \
|
||||||
&& rm -rf /tmp/unifi.deb \
|
&& rm -rf /tmp/unifi.deb \
|
||||||
&& echo "Build complete."
|
&& echo "Build complete."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user