Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
4048e2a9
Commit
4048e2a9
authored
Jul 31, 2019
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dockerfiles: Add valgrind to docker files
parent
b47d19af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
tests/docker/centos7-autotools/Dockerfile
tests/docker/centos7-autotools/Dockerfile
+8
-1
tests/docker/centos7-meson/Dockerfile
tests/docker/centos7-meson/Dockerfile
+8
-1
No files found.
tests/docker/centos7-autotools/Dockerfile
View file @
4048e2a9
...
...
@@ -4,10 +4,17 @@
# docker push registry.freedesktop.org/libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date)
# docker push registry.freedesktop.org/libnice/libnice/centos7/autotools-build:latest
# alternatively
# buildah bud -t registry.freedesktop.org/libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date) .
# buildah tag registry.freedesktop.org/libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date) registry.freedesktop.org/libnice/libnice/centos7/autotools-build:latest
# buildah push registry.freedesktop.org/libnice/libnice/centos7/autotools-build:latest
# buildah push registry.freedesktop.org/libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date)
FROM
centos:centos7
RUN
yum
-y
update
;
yum clean all
RUN
yum
-y
install
git gtk-doc gnutls-devel gupnp-igd-devel gstreamer1-devel gobject-introspection-devel
;
yum clean all
RUN
yum
-y
install
git gtk-doc gnutls-devel gupnp-igd-devel gstreamer1-devel gobject-introspection-devel
valgrind
;
yum clean all
RUN
yum
-y
install
autoconf automake libtool
;
yum clean all
RUN
yum
-y
install
net-tools
;
yum clean all
tests/docker/centos7-meson/Dockerfile
View file @
4048e2a9
...
...
@@ -4,10 +4,17 @@
# docker push registry.freedesktop.org/libnice/libnice/centos7/meson-build:latest
# docker push registry.freedesktop.org/libnice/libnice/centos7/meson-build:$(date --rfc-3339=date)
# alternatively
# buildah bud -t registry.freedesktop.org/libnice/libnice/centos7/meson-build:$(date --rfc-3339=date) .
# buildah tag registry.freedesktop.org/libnice/libnice/centos7/meson-build:$(date --rfc-3339=date) registry.freedesktop.org/libnice/libnice/centos7/meson-build:latest
# buildah push registry.freedesktop.org/libnice/libnice/centos7/meson-build:latest
# buildah push registry.freedesktop.org/libnice/libnice/centos7/meson-build:$(date --rfc-3339=date)
FROM
centos:centos7
RUN
yum
-y
update
;
yum clean all
RUN
yum
-y
install
git gtk-doc gnutls-devel gupnp-igd-devel gstreamer1-devel gobject-introspection-devel
;
yum clean all
RUN
yum
-y
install
git gtk-doc gnutls-devel gupnp-igd-devel gstreamer1-devel gobject-introspection-devel
valgrind
;
yum clean all
RUN
yum
-y
install
net-tools
;
yum clean all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment