mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
9 lines
236 B
Bash
Executable file
9 lines
236 B
Bash
Executable file
#!/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
|
|
|