faasjs/faasjs

View on GitHub
images/bun/debian.Dockerfile

Summary

Maintainability
Test Coverage
FROM oven/bun

RUN apt-get update -y \
  && apt-get upgrade -y \
  && apt-get install -y --no-install-recommends git rsync zip python3 make g++ brotli \
  && apt-get clean -y \
  && rm -rf /var/lib/apt/lists/*