mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
Revert "docker/cerbero/fedora install openssl-devel libraries"
This reverts commit 4a8beec410
.
This commit is contained in:
parent
62ec9173e6
commit
bcb1ae6cf2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM registry.fedoraproject.org/fedora:30
|
|||
# System setup
|
||||
RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf && \
|
||||
dnf upgrade -y && \
|
||||
dnf install -y sudo git lbzip2 rsync openssl-devel
|
||||
dnf install -y sudo git lbzip2 rsync
|
||||
|
||||
# Configure git for various usage
|
||||
RUN git config --global user.email "cerbero@gstreamer.freedesktop.org" && \
|
||||
|
|
Loading…
Reference in a new issue