mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-28 03:32:26 -04:00
5 lines
75 B
Bash
5 lines
75 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
IMAGE_NAME=sdrangel/bionic:base
|
||
|
docker build -t ${IMAGE_NAME} .
|