Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fransy26 committed Nov 22, 2023
1 parent 1f5f166 commit 720008a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.testing
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ RUN yum install -y \
RUN yum install -y \
openssl11-devel

RUN yum install -y openssl-devel

RUN mkdir /usr/local/openssl11 \
&& cd /usr/local/openssl11 \
&& ln -s /usr/lib64/openssl11 lib \
Expand Down Expand Up @@ -229,6 +231,7 @@ ADD --chown=${nonroot_uid} test/ /src/test/
RUN chown ${nonroot_uid} /src

ENV PATH=/opt/py310/bin:/opt/py39/bin:/opt/py38/bin:/opt/py37/bin:"${PATH}"
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/local/lib64
RUN pip3 --no-cache-dir install tox

USER ${nonroot_uid}
Expand Down

0 comments on commit 720008a

Please sign in to comment.