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

5 lines
75 B
Bash
Executable File

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