File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,16 @@ RUN useradd -m -u 1000 $USER
1313WORKDIR $HOME/datascience_toolkit
1414
1515# Update system and install dependencies.
16- RUN apt-get update && apt-get install -- no-install-recommends -y \
16+ RUN apt-get update && apt-get install -y -- no-install-recommends \
1717 build-essential \
18- software-properties-common
19- RUN apt-get install libxrender1 --no-install-recommends -y
20- RUN apt-get install libxext6 --no-install-recommends -y
18+ chromium \
19+ libnss3 \
20+ libasound2 \
21+ fonts-liberation \
22+ libatk-bridge2.0-0 \
23+ libgtk-3-0 \
24+ libx11-xcb1 \
25+ && rm -rf /var/lib/apt/lists/*
2126# RUN apt-get install libx11-6 --no-install-recommends -y
2227# RUN apt-get install libglib2.0-0 --no-install-recommends -y
2328# Copy code and start script (this will place the files in home/username/)
You can’t perform that action at this time.
0 commit comments