ensure package cache is updated

This commit is contained in:
Kegan Myers 2020-06-28 21:53:18 -05:00
parent 6600cc209d
commit 197c7a9c10
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM ubuntu:20.04
ADD https://github.com/badaix/snapcast/releases/download/v0.20.0/snapserver_0.20.0-1_amd64.deb snapserver.deb
RUN apt install ./snapserver.deb && rm snapserver.deb
RUN apt update && apt install -y ./snapserver.deb && rm snapserver.deb