Skip to content

Commit 8e68dba

Browse files
Added missing zip command to build docker container
1 parent a9f6b89 commit 8e68dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/pypa/manylinux2014_x86_64:latest
22

33
LABEL maintainer="Tim Schneider <tim@robot-learning.de>"
44

5-
RUN yum -y install poco-devel*
5+
RUN yum -y install poco-devel* zip
66

77
ADD docker/common/ /tmp/common/
88
ARG LIBFRANKA_VERSION

0 commit comments

Comments
 (0)