Skip to content

Commit

Permalink
gitpod: import config
Browse files Browse the repository at this point in the history
  • Loading branch information
tesla59 committed Jul 12, 2020
1 parent 49ad10f commit 1ff3e71
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,11 @@ all.config

# fetched Android config fragments
kernel/configs/android-*.cfg

clang
credentials
full.log
gcc*
kernel.sh
out
zipper
6 changes: 6 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM gitpod/workspace-full

RUN sudo apt-get update \
&& sudo apt-get install -y \
bc neofetch rclone build-essential zip gcc clang libc6 curl libstdc++6 git wget libssl-dev zstd \
&& sudo rm -rf /var/lib/apt/lists/*
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
image:
file: .gitpod.Dockerfile
1 change: 1 addition & 0 deletions scripts/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ asn1_compiler
extract-cert
sign-file
insert-sys-cert
ufdt

0 comments on commit 1ff3e71

Please sign in to comment.