Skip to content

Commit

Permalink
fix(docker): remove sudo (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Dec 20, 2023
1 parent 57fb700 commit 631c24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -5,8 +5,8 @@ ENV LIBAOM_VERSION 3.8.0
ENV LIBWEBP_VERSION 1.3.2

RUN \
sudo apt-get update \
sudo apt-get install -y yasm \
apt-get update \
apt-get install -y yasm \
\
mkdir -p /tmp/src \
cd /tmp/src \
Expand Down

0 comments on commit 631c24e

Please sign in to comment.