mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +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 \
|
||||
--no-install-recommends \
|
||||
&& 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 \
|
||||
&& rm -rf /tmp/unifi.deb \
|
||||
&& echo "Build complete."
|
||||
|
|
Loading…
Reference in New Issue
Block a user