mirror of
https://github.com/craigerl/aprsd.git
synced 2025-07-02 08:55:19 -04:00
update the install from github in Dockerfile
This commit is contained in:
parent
3c4e200d70
commit
bea481555b
@ -55,7 +55,8 @@ RUN if [ "$INSTALL_TYPE" = "pypi" ]; then \
|
|||||||
uv pip install aprsd==$APRSD_PIP_VERSION; \
|
uv pip install aprsd==$APRSD_PIP_VERSION; \
|
||||||
elif [ "$INSTALL_TYPE" = "github" ]; then \
|
elif [ "$INSTALL_TYPE" = "github" ]; then \
|
||||||
git clone -b $APRSD_BRANCH https://github.com/craigerl/aprsd; \
|
git clone -b $APRSD_BRANCH https://github.com/craigerl/aprsd; \
|
||||||
cd /app/aprsd && uv pip install .; \
|
ls -al /app/aprsd; \
|
||||||
|
uv pip install /app/aprsd; \
|
||||||
ls -al /app/.venv/lib/python3.11/site-packages/aprsd*; \
|
ls -al /app/.venv/lib/python3.11/site-packages/aprsd*; \
|
||||||
fi
|
fi
|
||||||
# RUN uv pip install gevent uwsgi
|
# RUN uv pip install gevent uwsgi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user