Skip to content

Commit

Permalink
Merge pull request #38 from nicolasnoble/debugger
Browse files Browse the repository at this point in the history
Debugger
  • Loading branch information
nicolasnoble authored May 9, 2019
2 parents 9685ce2 + 38eedeb commit cc0ec3c
Show file tree
Hide file tree
Showing 29 changed files with 1,509 additions and 1,857 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ubuntu:bionic
FROM codercom/code-server:1.939

USER root

RUN apt update
RUN apt install -y wget gnupg
Expand All @@ -9,3 +11,5 @@ RUN apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic ma
RUN apt update
RUN apt install -y make g++-8 clang-9 git
RUN apt install -y pkg-config libsdl2-dev libavcodec-dev libavformat-dev libavutil-dev libswresample-dev zlib1g-dev

USER coder
Loading

0 comments on commit cc0ec3c

Please sign in to comment.