mirror of https://github.com/MISP/misp-docker
Merge pull request #60 from The-Alchemist/patch-2
upgrade setup_tools to avoid Python errors
commit
e5352c0df5
|
@ -44,6 +44,9 @@ RUN apt-get install -y python-dev python-pip libxml2-dev libxslt1-dev zlib1g-dev
|
||||||
RUN apt-get install -y cron logrotate supervisor syslog-ng-core
|
RUN apt-get install -y cron logrotate supervisor syslog-ng-core
|
||||||
RUN apt-get clean
|
RUN apt-get clean
|
||||||
|
|
||||||
|
# update setuptools because otherwise you'' get python errors
|
||||||
|
RUN pip install --upgrade setuptools
|
||||||
|
|
||||||
WORKDIR /var/www
|
WORKDIR /var/www
|
||||||
RUN chown www-data:www-data /var/www
|
RUN chown www-data:www-data /var/www
|
||||||
USER www-data
|
USER www-data
|
||||||
|
|
Loading…
Reference in New Issue