Skip to content

Commit

Permalink
Merge branch 'test-suite' of github.com:ibois-epfl/augmented-carpentr…
Browse files Browse the repository at this point in the history
…y into test-suite
  • Loading branch information
Petingo committed Oct 31, 2024
2 parents 56da624 + 5096143 commit b9c161b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/dockerfiles/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ RUN apt-get -qq update && apt-get -qq -y install \

# install tslam deps
RUN apt-get -qq update && apt-get -qq -y install \
wget \
curl \
unzip \
xvfb \
freeglut3-dev \
libfreetype-dev \
libassimp-dev \
Expand All @@ -21,6 +25,4 @@ RUN apt-get -qq update && apt-get -qq -y install \
libmpfr-dev \
libimgui-dev \
libopencv-dev \
unzip \
xvfb \
&& rm -rf /var/lib/apt/lists/* \

0 comments on commit b9c161b

Please sign in to comment.