Skip to content

Commit

Permalink
Merge pull request #35 from OffchainLabs/remove-chrome
Browse files Browse the repository at this point in the history
perf: remove chrome
  • Loading branch information
tsahee authored Feb 20, 2024
2 parents ffa1ff3 + ed8331d commit 3922df9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:16-bullseye-slim
WORKDIR /workspace
COPY ./package.json ./yarn.lock ./
RUN yarn
Expand Down
4 changes: 2 additions & 2 deletions tokenbridge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:16-bullseye-slim
RUN apt-get update && \
apt-get install -y git docker.io python3 chromium build-essential
apt-get install -y git docker.io python3 build-essential
WORKDIR /workspace
RUN git clone -b reg-weth-gw https://github.com/OffchainLabs/token-bridge-contracts.git ./
RUN git clone https://github.com/OffchainLabs/token-bridge-contracts.git ./
RUN yarn install
RUN yarn build
ENTRYPOINT ["yarn"]

0 comments on commit 3922df9

Please sign in to comment.