Skip to content

Commit

Permalink
ARM: Correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Dec 1, 2019
1 parent c416234 commit 4c9ab72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .infrastructure/arm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cd /infracheck \
# install as a package
&& git remote remove origin || true \
&& git remote add origin https://github.com/riotkit-org/infracheck.git \
&& apk add --update gcc python3-dev musl-dev linux-headers postgresql-devel \
&& apk add --update gcc python3-dev musl-dev linux-headers postgresql-dev \
&& make install \
# after installing as package extract infrastructural files
\
Expand All @@ -31,7 +31,7 @@ RUN cd /infracheck \
# simple check that application does not crash at the beginning (is correctly packaged)
&& infracheck --help \
\
&& apk del gcc python3-dev musl-dev linux-headers postgresql-devel
&& apk del gcc python3-dev musl-dev linux-headers postgresql-dev
RUN [ "cross-build-end" ]

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 4c9ab72

Please sign in to comment.