Create Dockerfile

This commit is contained in:
drindhauser
2019-12-19 09:36:24 +01:00
parent 67a19e7520
commit bf1eee59c1

7
docker/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM ubuntu:latest
RUN apt-get update && apt-get install \
gcc \
gdb \
elfutils \
python-pip -y && pip install sentry-sdk && ulimit -c unlimited && mkdir coredump-uploader && pip install click