We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1106f commit 50f6048Copy full SHA for 50f6048
Dockerfile
@@ -7,8 +7,7 @@ RUN apt-get update && apt-get -y install git python3 python3-pip python3-venv sq
7
8
WORKDIR /opt/dbt-sqlite
9
10
-RUN python3 -m pip install --upgrade pip \
11
- && python3 -m pip install pytest pytest-dotenv dbt-tests-adapter~=1.10.4
+RUN python3 -m pip install --upgrade pip
12
13
RUN wget -q https://github.com/nalgeon/sqlean/releases/download/0.15.2/crypto.so
14
RUN wget -q https://github.com/nalgeon/sqlean/releases/download/0.15.2/math.so
@@ -21,6 +20,8 @@ COPY dbt ./dbt
21
20
22
RUN pip install .
23
+RUN python3 -m pip install pytest pytest-dotenv dbt-tests-adapter~=1.10.4
24
+
25
COPY run_tests.sh .
26
COPY pytest.ini .
27
COPY tests ./tests
0 commit comments