Skip to content

Commit

Permalink
#95: update dockerfile default args
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 31, 2024
1 parent 15c6749 commit 864c4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/build-and-test.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE=pierrpebay/vt-tv:ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8
ARG VT_TV_TESTS_ENABLED=OFF
ARG VT_TV_TESTS_ENABLED=ON
ARG VT_TV_COVERAGE_ENABLED=OFF
ARG VT_TV_PYTHON_BINDINGS_ENABLED=OFF
ARG VT_TV_PYTHON_BINDINGS_ENABLED=ON

FROM ${BASE_IMAGE} AS base

Expand Down

0 comments on commit 864c4c6

Please sign in to comment.