mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
IMAGE_NAME=sdrangel/bionic:base
|
|
docker build -t ${IMAGE_NAME} .
|