Skip to content

Commit

Permalink
Fix actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Mar 25, 2024
1 parent 3321273 commit af1df2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/gst-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
FROM nginx:alpine

# Install dependencies
RUN apk add -u --no-cache imagemagick bash
RUN apk add -u --no-cache imagemagick bash tar xz

WORKDIR /opt/gst-web
COPY . .
Expand Down
4 changes: 3 additions & 1 deletion addons/gstreamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal
curl \
git \
pkg-config \
vim && \
tar \
vim \
xz-utils && \
rm -rf /var/lib/apt/lists/*

# Install build dependencies
Expand Down

0 comments on commit af1df2c

Please sign in to comment.