1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-06-15 04:52:33 -04:00
sdrangel/docker/base/gui/build.sh

5 lines
74 B
Bash
Raw Normal View History

#!/bin/sh
IMAGE_NAME=sdrangel/bionic:gui
docker build -t ${IMAGE_NAME} .