Skip to content

Commit

Permalink
Fix Pinned Dependencies Issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Han Qiang <[email protected]>
  • Loading branch information
Han Qiang committed Dec 25, 2023
1 parent 647e248 commit dc0579d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN adduser ${USER} sudo \
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

# Install Conan using pip3 package installer.
RUN python3 -m pip install --no-cache-dir -r requirements.txt
RUN python3 -m pip install --no-cache-dir --require-hashes -r requirements.txt

# Build DPDK/IMTL
ENV DPDK_VER=23.03
Expand Down

0 comments on commit dc0579d

Please sign in to comment.