Skip to content

Commit

Permalink
Move docker related files into test/docke folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Dec 12, 2024
1 parent 71ddda2 commit 8970142
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Dockerfile → test/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
&& apt-get clean && \
rm -rf /var/lib/apt/lists/*

COPY requirements-pip.txt ./
COPY requirements-pulp-sdk.txt ./
COPY ../requirements-pip.txt ../requirements-pulp-sdk.txt ./
RUN pip3 install --no-cache-dir -r requirements-pip.txt -r requirements-pulp-sdk.txt

ENV PULP_SDK_HOME="/pulp-sdk"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8970142

Please sign in to comment.