mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-07 20:15:24 +00:00
Include procps (ps), curl and vim packages in the Docker image
This commit is contained in:
parent
85360df336
commit
4807e9dbe2
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v3.1.0 (upcoming)
|
||||
|
||||
* Include procps (ps), curl and vim packages in the Docker image
|
||||
|
||||
## v3.0.0 (2023/01/04)
|
||||
|
||||
* This is the first release of FlareSolverr v3. There are some breaking changes
|
||||
|
@ -29,7 +29,7 @@ RUN dpkg -i /libgl1-mesa-dri.deb \
|
||||
&& dpkg -i /adwaita-icon-theme.deb \
|
||||
# Install dependencies
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends chromium chromium-common chromium-driver xvfb \
|
||||
&& apt-get install -y --no-install-recommends chromium chromium-common chromium-driver xvfb procps curl vim \
|
||||
# Remove temporary files and hardware decoding libraries
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& rm -f /usr/lib/x86_64-linux-gnu/libmfxhw* \
|
||||
|
Loading…
x
Reference in New Issue
Block a user