Skip to content

Commit

Permalink
docker/artificial_samples: reduce image size
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Obst committed Apr 3, 2024
1 parent 4cc2a10 commit f64ad83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/artificial_samples/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/*.out
build/*.o
3 changes: 3 additions & 0 deletions test/artificial_samples/install_cross_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ sudo apt install -y clang

sudo ln -s /usr/include/asm-generic /usr/include/asm

echo "Cleaning package index."
sudo apt-get clean && sudo rm -rf /var/cache/apt/archives /var/lib/apt/lists/*

echo "Done."

0 comments on commit f64ad83

Please sign in to comment.