Skip to content

Commit 1ea0304

Browse files
committed
Add information on refreshing the image
1 parent d5a37eb commit 1ea0304

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,11 @@ docker run -it --rm \
117117
olberger/docker-teams-linux:latest uninstall
118118
```
119119

120+
## Updating the image rebuild locally
121+
122+
This should ensure to download again the client (and update any other
123+
bits in the image
124+
```bash
125+
docker build --no-cache -t olberger/docker-teams-linux github.com/olberger/docker-teams-linux
126+
```
127+

0 commit comments

Comments
 (0)