Skip to content

Commit

Permalink
Get libxxhash0 from -updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Jun 9, 2021
1 parent 18ae4c9 commit cb9184f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@ RUN \
# Install apt packages
# xvfb nonsense adapted from https://github.com/samgiles/docker-xvfb
# remove -backports, -updates, -proposed, -security repositories
# looks like we have to grab libxxhash0 from -updates now
RUN \
apt-get update -y \
&& \
apt-get install --no-install-recommends libxxhash0 \
&& \
apt-get clean \
&& \
rm -rf /var/lib/apt/lists/* \
&& \
find /etc/apt -type f -name '*.list' -exec sed -i 's/\(^deb.*-backports.*\)/#\1/; s/\(^deb.*-updates.*\)/#\1/; s/\(^deb.*-proposed.*\)/#\1/; s/\(^deb.*-security.*\)/#\1/' {} + \
&& \
apt-get update -y \
Expand Down

0 comments on commit cb9184f

Please sign in to comment.