factorstudios commited on
Commit
ce129aa
·
verified ·
1 Parent(s): c25d615

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ WORKDIR /app/composer
9
  # Install system dependencies
10
  RUN apt-get update && apt-get install -y \
11
  build-essential \
 
12
  ffmpeg \
13
  libsm6 \
14
  libxext6 \
 
9
  # Install system dependencies
10
  RUN apt-get update && apt-get install -y \
11
  build-essential \
12
+ python3-dev \
13
  ffmpeg \
14
  libsm6 \
15
  libxext6 \