Browse Source

Update 'Dockerfile'

kirkleon 4 years ago
parent
commit
977a94f47a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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