pidgin/nest

Fix up the Dockerfile to fix the build. Not sure why we can't use bullseye for the node portion but that fails hard.
env:
browser: true
es6: true
node: true
extends: 'eslint:recommended'
globals:
Atomics: readonly
SharedArrayBuffer: readonly
parserOptions:
ecmaVersion: 2018
sourceType: module
rules: {}