atsign-company / at_dockerfiles

Dockerfiles to create build, run and test images for Dart applications across multiple architectures.
Apache License 2.0
3 stars 2 forks source link

fix: Remove libatomic.so.1 as it's no longer in debian:unstable #123

Closed cpswan closed 1 year ago

cpswan commented 1 year ago

Builds have been failing with:

cannot stat '/usr/lib/riscv64-linux-gnu/libatomic.so.1': No such file or directory

- What I did

Removed libatomic.so.1 from the list of files to be copied.

- How I did it

Ran an interactive container with debian:unstable and confirmed that libatomic.so.1 has been removed.

- How to verify it

Run the build with workflow_dispatch

- Description for the changelog

fix: Remove libatomic.so.1 as it's no longer in debian:unstable