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