update docker builder to include aws cli
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
2496ba67f6
commit
d2a3493aee
2 changed files with 8 additions and 11 deletions
|
@ -18,13 +18,9 @@
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
with flakePkgs; [
|
with flakePkgs; [
|
||||||
bun
|
bun
|
||||||
woodpecker-cli
|
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
dive
|
|
||||||
nix-tree
|
nix-tree
|
||||||
vips
|
|
||||||
shellcheck
|
shellcheck
|
||||||
agda-bin
|
|
||||||
|
|
||||||
nodejs_20
|
nodejs_20
|
||||||
corepack
|
corepack
|
||||||
|
|
|
@ -15,16 +15,17 @@ dockerTools.buildLayeredImage {
|
||||||
|
|
||||||
contents = with dockerTools; [
|
contents = with dockerTools; [
|
||||||
agda-bin
|
agda-bin
|
||||||
corepack
|
awscli2
|
||||||
rsync
|
|
||||||
openssh
|
|
||||||
bash
|
bash
|
||||||
coreutils
|
|
||||||
nodejs_20
|
|
||||||
gnused
|
|
||||||
usrBinEnv
|
|
||||||
caCertificates
|
caCertificates
|
||||||
|
corepack
|
||||||
|
coreutils
|
||||||
fakeNss
|
fakeNss
|
||||||
|
gnused
|
||||||
|
nodejs_20
|
||||||
|
openssh
|
||||||
|
rsync
|
||||||
|
usrBinEnv
|
||||||
];
|
];
|
||||||
|
|
||||||
# fakeRootCommands = ''
|
# fakeRootCommands = ''
|
||||||
|
|
Loading…
Reference in a new issue