Change default error code from 500 to 503 in case message is not ready
[osm/common.git] / Dockerfile
1 FROM ubuntu:16.04
2
3 RUN apt-get update && apt-get -y install git make python python3 python3-stdeb \
4     libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \
5     debhelper python-setuptools python-all python3-all apt-utils python-magic
6