Add devcontainer for building bonob

This commit is contained in:
simojenki
2022-11-14 00:33:35 +00:00
parent 94e25e03ea
commit 5c9fbede7a
2 changed files with 27 additions and 0 deletions

14
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,14 @@
FROM node:16-bullseye
LABEL maintainer=simojenki
ENV JEST_TIMEOUT=60000
RUN apt-get update && \
apt-get -y upgrade && \
apt-get -y install --no-install-recommends \
libvips-dev \
python3 \
make \
git \
g++