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; 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

View file

@ -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 = ''