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
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.