Skip to content

Commit

Permalink
use wildcard for libaom
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Mar 20, 2024
1 parent 001dc47 commit cf5cf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY Dockerfile /
RUN apt-get update && apt-get upgrade -y \
&& bundle config set path.system true \
&& bundle install --gemfile=/Gemfile \
&& apt-get purge -y curl "libcurl*" libaom0 python3.9 \
&& apt-get purge -y curl "libcurl*" "libaom*" python3.9 \
&& apt-get autoremove -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit cf5cf48

Please sign in to comment.