mirror of
https://github.com/30hours/blah2.git
synced 2024-11-18 12:33:58 +00:00
commit
eb6f246e4d
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ RUN export PATH="/opt/vcpkg:${PATH}" \
|
||||||
|
|
||||||
# install SDRplay API
|
# install SDRplay API
|
||||||
RUN export ARCH=$(uname -m) \
|
RUN export ARCH=$(uname -m) \
|
||||||
|
&& if [ "$ARCH" = "x86_64" ]; then \
|
||||||
|
ARCH="amd64"; \
|
||||||
|
fi \
|
||||||
&& export MAJVER="3.15" \
|
&& export MAJVER="3.15" \
|
||||||
&& export MINVER="2" \
|
&& export MINVER="2" \
|
||||||
&& export VER=${MAJVER}.${MINVER} \
|
&& export VER=${MAJVER}.${MINVER} \
|
||||||
|
|
Loading…
Reference in a new issue