forked from p15670423/monkey
build: remove unnecessary includes from monkey_island_builder.yml
This commit is contained in:
parent
5e56257051
commit
412aa2ba35
|
@ -22,18 +22,11 @@ AppDir:
|
||||||
- sourceline: deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-security universe
|
- sourceline: deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-security universe
|
||||||
- sourceline: deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
|
- sourceline: deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
|
||||||
- sourceline: deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-updates universe
|
- sourceline: deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-updates universe
|
||||||
- sourceline: deb [arch=amd64] http://deb.nodesource.com/node_12.x bionic main
|
|
||||||
key_url: http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x1655A0AB68576280
|
|
||||||
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- libc6
|
|
||||||
- bash
|
- bash
|
||||||
- curl
|
|
||||||
- libcurl4
|
|
||||||
- coreutils
|
|
||||||
- python3.7
|
- python3.7
|
||||||
- nodejs
|
|
||||||
|
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue