Skip to content

Commit

Permalink
Hot fix: Openssl binary installation
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jun 4, 2021
1 parent a4af813 commit e328e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .infrastructure/x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN cd /infracheck \
&& git remote remove origin || true \
&& git remote add origin https://github.com/riotkit-org/infracheck.git \
\
&& apk add --no-cache --update py3-pip \
&& apk add --no-cache --update --virtual BUILD_DEPS gcc python3-dev musl-dev linux-headers postgresql-dev libffi-dev openssl \
&& apk add --no-cache --update py3-pip openssl \
&& apk add --no-cache --update --virtual BUILD_DEPS gcc python3-dev musl-dev linux-headers postgresql-dev libffi-dev \
&& pip3 install pbr==5.4.5 \
&& pip3 install -r /infracheck/requirements.txt \
&& rkd :install \
Expand Down

0 comments on commit e328e9a

Please sign in to comment.