Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add Dockerfile that installs necessary deps on Ubuntu Bionic #481

Closed
wants to merge 1 commit into from
Closed

chore: add Dockerfile that installs necessary deps on Ubuntu Bionic #481

wants to merge 1 commit into from

Conversation

aslushnikov
Copy link
Collaborator

No description provided.

FROM ubuntu:bionic

# 1. Install node12
RUN apt-get update && apt-get install -y curl && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: should it be just apt ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apt is not stable for script environment

@arjunattam
Copy link
Contributor

I had to add the following to get chromium with [email protected] to work

libnss3 \
libxss1 \
libasound2

@aslushnikov
Copy link
Collaborator Author

Closing in favor of #1161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants