Skip to content

Commit

Permalink
docker: Update README
Browse files Browse the repository at this point in the history
Update deprecated example as Ubuntu18.04 has been removed. Update example to Ubuntu 20.04
  • Loading branch information
antonio-sc66 authored Nov 29, 2022
1 parent 50f83d4 commit ac6dbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To create an image :

```bash
cd /whereever/MAVSDK/docker
docker build -t mavsdk/mavsdk-ubuntu-18.04 -f Dockerfile-Ubuntu-18.04 .
docker build -t mavsdk/mavsdk-ubuntu-20.04 -f Dockerfile-Ubuntu-20.04 .
```

To use the image :
Expand Down

0 comments on commit ac6dbee

Please sign in to comment.