Skip to content

Commit f9260fb

Browse files
committed
merge
2 parents 5bcb015 + ef89a73 commit f9260fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ RUN make install
5757
# Make binaries a bit smaller
5858
RUN ls -l /root/.local/bin
5959
RUN du -sh /root/.local/bin
60-
RUN cd /root/.local/bin ; strip conjure bc_minisat_all_release boolector cadical fzn-chuffed fzn-gecode glucose glucose-syrup kissat lingeling nbc_minisat_all_release open-wbo plingeling treengeling yices yices-sat yices-smt yices-smt2 z3
60+
RUN cd /root/.local/bin ; strip conjure bc_minisat_all_release boolector cadical fzn-chuffed glucose glucose-syrup kissat lingeling nbc_minisat_all_release open-wbo plingeling treengeling yices yices-sat yices-smt yices-smt2 z3
61+
# RUN cd /root/.local/bin ; strip conjure bc_minisat_all_release boolector cadical fzn-chuffed fzn-gecode glucose glucose-syrup kissat lingeling nbc_minisat_all_release open-wbo plingeling treengeling yices yices-sat yices-smt yices-smt2 z3
6162
RUN ls -l /root/.local/bin
6263
RUN du -sh /root/.local/bin
6364

0 commit comments

Comments
 (0)