From af91a6a7506ee494861e8b484887c7da33e18b4e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 25 Feb 2023 12:07:12 +0200
Subject: [PATCH] Don't run `make clean` in the image build.

I think that the order of the commands is random and files that were
created were removed. Also, it's not needed.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 8289ed0..acd940a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,4 +43,4 @@ WORKDIR /volume
 ENV HOME /volume
 # Run a test build.
 COPY example/ /example/
-RUN make --debug=j --keep-going -C /example test
+RUN make --debug=j --keep-going -C /example all
-- 
GitLab