is it a missing dep????
Some checks failed
Test action / Print hello world (push) Failing after 2s

This commit is contained in:
Chris Kruining 2025-09-04 12:08:38 +02:00
parent efd98d4b44
commit 55d5ea4839
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Install docker - name: Install docker
run: | run: |
nix-env -iA nixpkgs.podman nix-env -iA nixpkgs.podman nixpkgs.libfuse
mkdir -p ~/.config/containers mkdir -p ~/.config/containers
echo '{ "default": [ {"type":"insecureAcceptAnything"} ] }' > ~/.config/containers/policy.json echo '{ "default": [ {"type":"insecureAcceptAnything"} ] }' > ~/.config/containers/policy.json

View file

@ -1,6 +1,6 @@
FROM docker.io/nixos/nix:latest FROM docker.io/nixos/nix:latest
RUN nix-env -iA nixpkgs.nodejs_24 nixpkgs.podman RUN nix-env -iA nixpkgs.nodejs_24 nixpkgs.podman nixpkgs.libfuse
RUN echo "experimental-features = nix-command flakes pipe-operators" >> /etc/nix/nix.conf RUN echo "experimental-features = nix-command flakes pipe-operators" >> /etc/nix/nix.conf
RUN echo '{ "default": [ {"type":"insecureAcceptAnything"} ] }' >> /etc/containers/policy.json RUN echo '{ "default": [ {"type":"insecureAcceptAnything"} ] }' >> /etc/containers/policy.json