mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-30 12:42:25 -04:00
5 lines
78 B
Bash
5 lines
78 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
IMAGE_NAME=sdrangel/bionic:vanilla
|
||
|
docker build -t ${IMAGE_NAME} .
|