1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-08-15 20:22:26 -04:00

5 lines
78 B
Bash
Raw Normal View History

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