OffchainLabs / nitro-testnode

A complete environment for nitro-based service including sequencer, batch-poster, validator, and a coordinator.
Apache License 2.0
23 stars 57 forks source link

perf: remove chrome #35

Closed gzeoneth closed 8 months ago

gzeoneth commented 9 months ago

Removing chromium from the tokenbridge Dockerfile to reduce image size so that it is less likely to use up all space in token-bridge-ui CI. We might also consider to push a base image to reduce build time in CI. i.e.

FROM node:16-bullseye-slim
RUN apt-get update && \
    apt-get install -y git docker.io python3 build-essential