Skip to content

Commit

Permalink
Fix Docker in Harmonic.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Sep 14, 2023
1 parent d92aed2 commit c638af2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/gz-transport/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ubuntu 20.04
FROM ubuntu:focal
# Ubuntu 22.04
FROM ubuntu:jammy

ENV TZ=America/Los_Angeles
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Expand Down
2 changes: 1 addition & 1 deletion tutorials/07_relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ simulate this configuration, and then we'll enable the relay capabilities of
Gazebo Transport to make the communication possible.

```{.sh}
mkdir -p ~/gz_transport_tutorial/docker/gz-transport
mkdir -p ~/gz_transport_tutorial/docker
cd ~/gz_transport_tutorial/docker
```

Expand Down

0 comments on commit c638af2

Please sign in to comment.