Commit 47947343 authored by c24b's avatar c24b

Install build-essentials

parent 3031bec9
......@@ -26,7 +26,8 @@ ENV PYTHON_ENV /srv/env_3-5
RUN apt-get update && \
apt-get install -y \
apt-utils ca-certificates locales \
sudo aptitude gcc g++ wget git postgresql-9.5 vim
sudo aptitude gcc g++ wget git postgresql-9.5 vim \
build-essential
### Configure timezone and locale
RUN echo "Europe/Paris" > /etc/timezone && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment