Skip to content

Commit

Permalink
change apt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidemoro committed Feb 8, 2019
1 parent 21b0d2c commit ba1a10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ WORKDIR /src

RUN apt-get update && apt-get install -y --no-install-recommends \
libpq-dev \
libmysqlclient-dev \
default-libmysqlclient-dev \
&& rm -rf /var/lib/apt/lists/*
COPY requirements_cassandra.txt /src
RUN pip install --no-cache-dir -r requirements_cassandra.txt
Expand Down

0 comments on commit ba1a10b

Please sign in to comment.