Skip to content

Commit

Permalink
Fix example build
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Mar 21, 2024
1 parent 76450d8 commit 8edaa42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.example
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ Pin-Priority: 1000" > /etc/apt/preferences.d/mozilla && \
firefox \
jstest-gtk \
coturn && \
rm -rf /var/lib/apt/lists/* && \
update-alternatives --set x-www-browser /usr/bin/firefox
rm -rf /var/lib/apt/lists/*

# Install Ubuntu 22.04 specific packages
RUN if [ "${UBUNTU_RELEASE}"\> "20.04" ]; then apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y xcvt; fi && \
Expand Down

0 comments on commit 8edaa42

Please sign in to comment.