Skip to content

Commit

Permalink
Add required stuff to release docker
Browse files Browse the repository at this point in the history
  • Loading branch information
JornJorn committed Jul 15, 2024
1 parent bad89fa commit 7e3ef1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ARG USERNAME=roboteamtwente
ENV HOME=/home/$USERNAME
ENV USER=$USERNAME

RUN apk add --no-cache \
RUN apk add --no-cache git cmake make \
libtool libzmq libzmq-static libudev-zero libusb \
zeromq-dev eigen-dev gtest-dev \
libtbb-dev zlib-dev \
Expand Down

0 comments on commit 7e3ef1f

Please sign in to comment.