kowalsky commited on
Commit
81d7d82
·
1 Parent(s): b879d68
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -10,7 +10,8 @@ RUN apt-get update && apt-get install -y \
10
  ffmpeg \
11
  gcc \
12
  libasound-dev \
13
- portaudio19-dev
 
14
 
15
  # Create and set the working directory
16
  WORKDIR /app
 
10
  ffmpeg \
11
  gcc \
12
  libasound-dev \
13
+ portaudio19-dev \
14
+ && rm -rf /var/lib/apt/lists/*
15
 
16
  # Create and set the working directory
17
  WORKDIR /app