Skip to content

Commit

Permalink
Fixes #25 by bumping the ubuntu version to 20.04 in dockerfile.
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 authored and chapulina committed Nov 2, 2021
1 parent 7d12625 commit aa4b331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/empty_world/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

FROM nvidia/opengl:1.0-glvnd-devel-ubuntu18.04
FROM nvidia/opengl:1.0-glvnd-devel-ubuntu20.04

# setup timezone
RUN echo 'Etc/UTC' > /etc/timezone && \
Expand All @@ -28,7 +28,7 @@ RUN apt-get update
RUN apt-get install -y gnupg2 lsb-release

# setup sources.list and keys
RUN echo "deb http://packages.ros.org/ros/ubuntu bionic main" > /etc/apt/sources.list.d/ros1-latest.list \
RUN echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/ros1-latest.list \
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654

# install colcon for building packages
Expand Down

0 comments on commit aa4b331

Please sign in to comment.