Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Oct 24, 2023
1 parent f3cd18f commit 89a923e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM ghcr.io/sdr-enthusiasts/docker-baseimage:base as build

ARG radarurl="ftp://public.tubby.org/radar-0.99.tar.gz"
ARG radarurlcreds="ftp:"

FROM ghcr.io/sdr-enthusiasts/docker-baseimage:base as build
# define packages needed for installation and general management of the container:
RUN set -x && \
# define packages needed for installation and general management of the container:
TEMP_PACKAGES=() && \
TEMP_PACKAGES+=(pkg-config) && \
TEMP_PACKAGES+=(build-essential) && \
Expand Down

0 comments on commit 89a923e

Please sign in to comment.