@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:3.1
LABEL maintainer="Kirk Trombley <ktrom3894@gmail.com>"
-RUN apt update && apt install --yes libopus-dev ffmpeg
+RUN apt update && apt install --yes libopus-dev ffmpeg unzip
WORKDIR /audiobot