Skip to content

Commit

Permalink
update instruction for building resource image in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Yang committed Mar 2, 2021
1 parent dc847fe commit 5c8826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ will stop the build.
Run the tests with the following commands for both `alpine` and `ubuntu` images:

```sh
docker build -t docker-image-resource -f dockerfiles/alpine/Dockerfile .
docker build -t docker-image-resource -f dockerfiles/alpine/Dockerfile --build-arg base_image=ubuntu:latest .
docker build -t docker-image-resource -f dockerfiles/ubuntu/Dockerfile .
```

Expand Down

0 comments on commit 5c8826e

Please sign in to comment.