khurrameycon commited on
Commit
1d9f74b
·
verified ·
1 Parent(s): 73e1b4d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -11,7 +11,10 @@ RUN apt-get update && apt-get install -y \
11
  espeak-ng \
12
  git \
13
  libsndfile1 \
14
- curl
 
 
 
15
 
16
  # Configure environment
17
  ENV PYTHONUNBUFFERED=1 \
 
11
  espeak-ng \
12
  git \
13
  libsndfile1 \
14
+ curl \
15
+ libssl-dev \
16
+ libffi-dev \
17
+ openssl
18
 
19
  # Configure environment
20
  ENV PYTHONUNBUFFERED=1 \