Skip to content

Commit de11fe7

Browse files
authored
Update Dockerfile (#33)
2 parents 46bf6c5 + 3d027b9 commit de11fe7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Dockerfile

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@ RUN useradd -m -u 1000 $USER
1313
WORKDIR $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/)

0 commit comments

Comments
 (0)