update docker builder to include aws cli
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
michael 2024-10-21 05:37:32 -05:00
parent 2496ba67f6
commit d2a3493aee
2 changed files with 8 additions and 11 deletions

View file

@ -18,13 +18,9 @@
packages = with pkgs;
with flakePkgs; [
bun
woodpecker-cli
nixfmt-rfc-style
dive
nix-tree
vips
shellcheck
agda-bin
nodejs_20
corepack

View file

@ -15,16 +15,17 @@ dockerTools.buildLayeredImage {
contents = with dockerTools; [
agda-bin
corepack
rsync
openssh
awscli2
bash
coreutils
nodejs_20
gnused
usrBinEnv
caCertificates
corepack
coreutils
fakeNss
gnused
nodejs_20
openssh
rsync
usrBinEnv
];
# fakeRootCommands = ''