mirror of
https://github.com/getsentry/coredump-uploader.git
synced 2025-06-25 06:51:32 +02:00
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