gstreamer/docker/build-base-images/build.sh

9 lines
259 B
Bash
Raw Normal View History

2017-10-21 10:45:38 +00:00
#!/bin/sh
echo Building gstreamer/build-base-fedora:latest
docker build -t gstreamer/build-base-fedora:latest . -f Dockerfile-fedora
echo Building gstreamer/build-base-ubuntu:latest
docker build -t gstreamer/build-base-ubuntu:latest . -f Dockerfile-ubuntu