Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Switch to .deb for Ubuntu 18
Browse files Browse the repository at this point in the history
  • Loading branch information
zumbrunnen committed Feb 13, 2019
1 parent 4468bc7 commit 453e1c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ RUN apt-get update && \
apt-get -y install mongodb-org-server && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
wget -q https://dl.ubnt.com/firmwares/ufv/v${UNIFI_VIDEO_VERSION}/unifi-video.Ubuntu16.04_amd64.v${UNIFI_VIDEO_VERSION}.deb && \
dpkg -i unifi-video.Ubuntu16.04_amd64.v${UNIFI_VIDEO_VERSION}.deb && \
wget -q https://dl.ubnt.com/firmwares/ufv/v${UNIFI_VIDEO_VERSION}/unifi-video.Ubuntu18.04_amd64.v${UNIFI_VIDEO_VERSION}.deb && \
dpkg -i unifi-video.Ubuntu18.04_amd64.v${UNIFI_VIDEO_VERSION}.deb && \
patch -N /usr/sbin/unifi-video /unifi-video.patch && \
rm /unifi-video.Ubuntu16.04_amd64.v${UNIFI_VIDEO_VERSION}.deb && \
rm /unifi-video.Ubuntu18.04_amd64.v${UNIFI_VIDEO_VERSION}.deb && \
rm /unifi-video.patch && \
chmod 755 /run.sh

Expand Down

0 comments on commit 453e1c2

Please sign in to comment.