Skip to content

Commit

Permalink
fixes for Dockerfile
Browse files Browse the repository at this point in the history
untested
  • Loading branch information
ltn-chriskennedy committed Apr 23, 2024
1 parent eb62d9a commit 8998823
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ RUN yum install -y epel-release centos-release-scl && \
# Set up working directory
WORKDIR /app

# Copy the install script and other necessary files
COPY install.sh /app/
COPY scripts /app/scripts
COPY meson-native-file.ini /app/
COPY . /app/
WORKDIR /app

# Run the install script
RUN /app/install.sh gst
RUN ./scripts/install.sh gst

FROM centos:7 AS binary

Expand Down

0 comments on commit 8998823

Please sign in to comment.