Skip to content
Snippets Groups Projects
Commit b5cd9a7d authored by Madeline Wade's avatar Madeline Wade
Browse files

Bug fix in Dockerfile

parent 0ba92381
No related branches found
Tags filters-file-sha256-checksum-verification
No related merge requests found
Pipeline #646503 failed
...@@ -13,7 +13,7 @@ COPY rpms /rpms ...@@ -13,7 +13,7 @@ COPY rpms /rpms
# Install Optimized RPMs, delete old RPMs # Install Optimized RPMs, delete old RPMs
RUN yum makecache && \ RUN yum makecache && \
yum -y localinstall /rpms/*.rpm && \ yum -y localinstall /rpms/*.rpm
# Update gstreamer registry cache: # Update gstreamer registry cache:
ENV GST_REGISTRY_1_0=/usr/share/gstreamer-1.0/.registry.bin ENV GST_REGISTRY_1_0=/usr/share/gstreamer-1.0/.registry.bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment