Skip to content

Commit cda32a5

Browse files
committed
Switching from glob as docker cp doesn't support it
1 parent 864d5ac commit cda32a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@ installed. You can also run the container to copy off the deb files from the
7979
container:
8080

8181
```docker run --name librets-packages ubuntu-librets:1.6.4
82-
docker cp librets-packages:build/* .
82+
docker cp librets-packages:build/librets1_1.6.4-1realgo1_amd64.deb .
83+
docker cp librets-packages:build/librets-dev_1.6.4-1realgo1_amd64.deb .
8384
docker kill librets-packages```

0 commit comments

Comments
 (0)