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

5 lines
78 B
Bash
Raw Normal View History

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