Skip to content
Snippets Groups Projects
Dockerfile 115 B
Newer Older
# Image for building and testing the app

FROM node:16-bookworm

RUN apt update && apt install -y chromium curl jq