Skip to content

Commit

Permalink
Docker patch: revert to old one 😂 (UsergeTeam#378) and this fixes Use…
Browse files Browse the repository at this point in the history
…rgeTeam#377

* Revert "Cannot Install Google Chrome. (UsergeTeam#375)"

This reverts commit a560c3a.

* Revert "Dockerfile: remove dot (UsergeTeam#319)"

This reverts commit c589f26.

* Revert "Dockerfile: Change base to python slim-buster (UsergeTeam#318)"

This reverts commit 79186be.
  • Loading branch information
tomyprs authored Sep 5, 2021
1 parent 918b906 commit 70bd052
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
# set base image (host OS)
FROM python:3.9-slim-buster
FROM python:3.9

# set the working directory in the container
WORKDIR /app/

RUN echo deb http://http.us.debian.org/debian/ testing non-free contrib main > /etc/apt/sources.list && \
apt -qq update
RUN apt -qq update
RUN apt -qq install -y --no-install-recommends \
curl \
git \
gcc \
g++ \
build-essential \
gnupg2 \
unzip \
wget \
ffmpeg \
libgconf2-4 \
libnss3-1d \
libxss1 \
jq

# install chrome
Expand Down

0 comments on commit 70bd052

Please sign in to comment.