Skip to content

Commit

Permalink
Added missing zip command to build docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSchneider42 committed May 27, 2024
1 parent a9f6b89 commit 8e68dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/pypa/manylinux2014_x86_64:latest

LABEL maintainer="Tim Schneider <[email protected]>"

RUN yum -y install poco-devel*
RUN yum -y install poco-devel* zip

ADD docker/common/ /tmp/common/
ARG LIBFRANKA_VERSION
Expand Down

0 comments on commit 8e68dba

Please sign in to comment.