mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-18 13:48:41 -04:00
Ensure latest pip is in docker image
this patch adds a command to update pip in both Dockerfile's
This commit is contained in:
@@ -34,6 +34,7 @@ RUN set -ex \
|
||||
FROM build as final
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip3 install -U pip
|
||||
RUN pip3 install aprsd==$APRSD_PIP_VERSION
|
||||
RUN pip install gevent uwsgi
|
||||
RUN which aprsd
|
||||
|
||||
Reference in New Issue
Block a user