forked from getsentry/coredump-uploader
Create Dockerfile
This commit is contained in:
7
docker/Dockerfile
Normal file
7
docker/Dockerfile
Normal 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
|
Reference in New Issue
Block a user