mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
10 lines
236 B
Bash
10 lines
236 B
Bash
|
#!/bin/sh
|
||
|
echo Building gstreamer/base-fedora:latest
|
||
|
|
||
|
docker build -t gstreamer/base-fedora:latest . -f Dockerfile-fedora
|
||
|
|
||
|
echo Building gstreamer/base-ubuntu:latest
|
||
|
|
||
|
docker build -t gstreamer/base-ubuntu:latest . -f Dockerfile-ubuntu
|
||
|
|