diff --git a/Dockerfile b/Dockerfile index 1dc40a7..a78f7ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,8 @@ WORKDIR /tmp RUN git clone --single-branch https://github.com/wiedehopf/readsb.git && \ cd readsb && \ git checkout $READSB_COMMIT && \ - make -j3 AIRCRAFT_HASH_BITS=14 + make -j3 AIRCRAFT_HASH_BITS=14 RTLSDR=yes + FROM base AS release