Skip to content

Commit

Permalink
updates to fix bot2-vis, which was not building
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwalter committed Feb 19, 2024
1 parent d626aae commit 01eabc5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile.xenial
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Parameters
ARG REPO_NAME="husky"
ARG DESCRIPTION="Contains a set of libraries and executables for the Husky AGV"
ARG REPO_NAME="libbot2-ros"
ARG DESCRIPTION="Container with LCM, libbot, and ROS for Ubuntu 16.04"
ARG MAINTAINER="Matthew Walter (mwalter@ttic.edu)"

# Base image
Expand Down Expand Up @@ -101,6 +101,8 @@ RUN apt update \
apt-transport-https \
libsdl1.2-dev \
libusb-1.0-0-dev \
libgtk2.0-dev \
libgtkgl2.0-dev \
&& rm -rf /var/lib/apt/lists/*

# libbot2 requires cmake >=3.10, which is not installed by default on 16.04.
Expand Down

0 comments on commit 01eabc5

Please sign in to comment.