Skip to content

Commit

Permalink
Install chromium
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Oct 16, 2023
1 parent fbb6595 commit 7c42740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ze/theia-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ARG NODE_VERSION=lts
ARG THEIA_VERSION=latest
FROM node:${NODE_VERSION}-alpine
RUN apk add --no-cache curl make pkgconfig gcc g++ python3 libx11-dev libxkbfile-dev libsecret-dev
RUN apk add --no-cache curl make pkgconfig gcc g++ python3 libx11-dev libxkbfile-dev libsecret-dev chromium
WORKDIR /home/theia
ADD buildPackageJson.js ./buildPackageJson.js
RUN node --experimental-fetch buildPackageJson.js ${THEIA_VERSION} > package.json
Expand Down

0 comments on commit 7c42740

Please sign in to comment.