Skip to content

Commit 5c8826e

Browse files
author
Rui Yang
committed
update instruction for building resource image in ubuntu
1 parent dc847fe commit 5c8826e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ will stop the build.
322322
Run the tests with the following commands for both `alpine` and `ubuntu` images:
323323

324324
```sh
325-
docker build -t docker-image-resource -f dockerfiles/alpine/Dockerfile .
325+
docker build -t docker-image-resource -f dockerfiles/alpine/Dockerfile --build-arg base_image=ubuntu:latest .
326326
docker build -t docker-image-resource -f dockerfiles/ubuntu/Dockerfile .
327327
```
328328

0 commit comments

Comments
 (0)