Skip to content

Commit

Permalink
fix dockerfiles name (gpac/gpac#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien David committed Jun 19, 2024
1 parent 0bee584 commit 54b4e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Build/build/GPAC-Build-with-Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ cd gpac
...

# doubly optional: you can change and rebuild the base system containing the dependencies for gpac with
docker build -t gpac/ubuntu-deps -f build/docker/ubuntu-deps.DockerFile .
docker build -t gpac/ubuntu-deps -f build/docker/ubuntu-deps.Dockerfile .

# build the docker image
docker build -t myimages/gpac -f build/docker/ubuntu.DockerFile .
docker build -t myimages/gpac -f build/docker/ubuntu.Dockerfile .
```

## Use an image
Expand Down

0 comments on commit 54b4e00

Please sign in to comment.