mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-15 04:52:33 -04:00
5 lines
74 B
Bash
5 lines
74 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
IMAGE_NAME=sdrangel/bionic:gui
|
||
|
docker build -t ${IMAGE_NAME} .
|