Skip to content

Commit

Permalink
now using 'dt-pip3-install'
Browse files Browse the repository at this point in the history
  • Loading branch information
afdaniele committed Nov 16, 2022
1 parent e6b2bee commit ffb937f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN dt-apt-install ${REPO_PATH}/dependencies-apt.txt
ARG PIP_INDEX_URL="https://pypi.org/simple"
ENV PIP_INDEX_URL=${PIP_INDEX_URL}
COPY ./dependencies-py3.* "${REPO_PATH}/"
RUN python3 -m pip install -r ${REPO_PATH}/dependencies-py3.txt
RUN dt-pip3-install "${REPO_PATH}/dependencies-py3.*"

# copy the source code
COPY ./packages "${REPO_PATH}/packages"
Expand Down

0 comments on commit ffb937f

Please sign in to comment.