Skip to content

Commit

Permalink
#8: Fix issue with missing "msgpack"
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 17, 2020
1 parent 1d3a9e8 commit 8535fb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .infrastructure/arm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +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 --virtual BUILD_DEPS py3-pip gcc python3-dev musl-dev linux-headers postgresql-dev libffi-dev \
&& 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 \
&& pip3 install pbr==5.4.5 \
&& pip3 install -r /infracheck/requirements.txt \
&& rkd :install \
Expand Down
3 changes: 2 additions & 1 deletion .infrastructure/x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 --virtual BUILD_DEPS py3-pip gcc python3-dev musl-dev linux-headers postgresql-dev libffi-dev \
&& 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 \
&& pip3 install pbr==5.4.5 \
&& pip3 install -r /infracheck/requirements.txt \
&& rkd :install \
Expand Down

0 comments on commit 8535fb6

Please sign in to comment.