Add fdroidserver location to PATH

To fix broken github action
This commit is contained in:
Torsten Grote 2024-03-08 18:10:16 +00:00
parent a8ba8d37cf
commit fa8033e738

View file

@ -19,6 +19,8 @@ RUN . /etc/profile.d/bsenv.sh \
RUN git config --global safe.directory /repo RUN git config --global safe.directory /repo
ENV PATH="${PATH}:${fdroidserver}"
VOLUME ["/repo"] VOLUME ["/repo"]
WORKDIR /repo WORKDIR /repo