Skip to content

Commit

Permalink
Merge pull request #777 from osrf/gazebo_env_var
Browse files Browse the repository at this point in the history
apply osrf/docker_templates#111 to gazebo images
  • Loading branch information
mikaelarguedas authored Nov 1, 2024
2 parents 9c64fd4 + 0965320 commit 12f9086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazebo/11/ubuntu/focal/gzweb11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

# clone gzweb
ENV GZWEB_WS /root/gzweb
ENV GZWEB_WS=/root/gzweb
RUN hg clone https://bitbucket.org/osrf/gzweb $GZWEB_WS
WORKDIR $GZWEB_WS

Expand Down

0 comments on commit 12f9086

Please sign in to comment.