chore(devcontainer): multiple changes and fixes

- Fix windows script sourcing
- Remove image name to avoid conflicts
- Bind mount normally without `:z`
- Install `htop`
This commit is contained in:
Quentin McGaw
2022-04-16 21:00:37 +00:00
parent 072b42d867
commit 31c7e6362b
3 changed files with 7 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
FROM qmcgaw/godevcontainer
RUN apk add wireguard-tools
RUN apk add wireguard-tools htop