chore(devcontainer): move playwright to its own devcontainer service (#756)
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
93bfe910d8
commit
890f21bf47
4 changed files with 10 additions and 60 deletions
|
|
@ -3,9 +3,7 @@ FROM ghcr.io/xe/devcontainer-base/pre/go
|
|||
WORKDIR /app
|
||||
|
||||
COPY go.mod go.sum package.json package-lock.json ./
|
||||
RUN go install github.com/a-h/templ/cmd/templ \
|
||||
&& npx --yes playwright@1.52.0 install --with-deps\
|
||||
&& apt-get update \
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install zstd brotli redis \
|
||||
&& mkdir -p /home/vscode/.local/share/fish \
|
||||
&& chown -R vscode:vscode /home/vscode/.local/share/fish \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue