1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-08-04 23:12:25 -04:00

5 lines
77 B
Bash
Raw Normal View History

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