Closed
Description
1) contents of dockerfile:
FROM gitpod/workspace-full:latest
USER root
RUN apt-get update && apt-get install -y
gdb
lldb
fuse libfuse-dev
&& apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* && docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined
2) contents of gitpod.yml
image:
file: Dockerfile
ports:
- port: 3000
tasks: - init: yarn
Error:
warning: Error disabling address space randomization: Operation not permitted
warning: Could not trace the inferior process.
Error:
warning: ptrace: Operation not permitted
During startup program exited with code 127