Include procps (ps), curl and vim packages in the Docker image

This commit is contained in:
ngosang 2023-01-05 13:25:45 +01:00
parent 85360df336
commit 4807e9dbe2
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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* \