Skip to content

Commit

Permalink
[Fix] Fix security issue by upgrading ansible version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Feb 27, 2020
1 parent 7f94123 commit ad9f54a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker/testing_ubuntu_18_04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ RUN apt-get update && apt-get install -y \
git python3-dev libsmpeg0 libttspico-utils libsmpeg0 flac \
libffi-dev libffi-dev libssl-dev portaudio19-dev build-essential \
sox libatlas3-base mplayer wget vim sudo locales alsa-base alsa-utils \
python3-pip pulseaudio-utils libasound2-plugins python3-pyaudio libasound-dev \
python3-distutils pulseaudio-utils libasound2-plugins python3-pyaudio libasound-dev \
libportaudio2 libportaudiocpp0 ffmpeg \
&& rm -rf /var/lib/apt/lists/*

RUN wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py

RUN pip3 install pyaudio

# set UTF-8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def package_files(directory):
'markupsafe>=1.1.1',
'pyaudio>=0.2.11',
'pyasn1>=0.4.5',
'ansible>=2.8.1,<2.9',
'ansible>=2.9.5',
'jinja2>=2.10.1',
'cffi>=1.12.3',
'ipaddress>=1.0.17',
Expand Down

0 comments on commit ad9f54a

Please sign in to comment.