Skip to content

Commit

Permalink
refactor(python): alphabetize package list (#50)
Browse files Browse the repository at this point in the history
This will make it easier to scan for existing packages and determine where to place addition packages in the future.
  • Loading branch information
tswast authored Jan 29, 2020
1 parent e0e5bd3 commit b604af8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions python/cloud-devrel-kokoro-resources/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ FROM gcr.io/cloud-devrel-kokoro-resources/python-base:latest
# Install libraries needed by third-party python packages that we depend on.
RUN apt update \
&& apt install -y \
openssl \
graphviz \
libcurl4-openssl-dev \
libffi-dev \
libjpeg-dev \
libmagickwand-dev \
libmemcached-dev \
libmysqlclient-dev \
libpng12-dev \
libpq-dev \
libssl-dev \
libxml2-dev \
libxslt1-dev \
libpq-dev \
libmysqlclient-dev \
libcurl4-openssl-dev \
libjpeg-dev \
zlib1g-dev \
libpng12-dev \
python-pyaudio \
libmemcached-dev \
libmagickwand-dev \
openssl \
portaudio19-dev \
graphviz \
python-pyaudio \
zlib1g-dev \
&& apt clean

RUN python --version
Expand Down

0 comments on commit b604af8

Please sign in to comment.