Add fdroidserver location to PATH
To fix broken github action
This commit is contained in:
parent
a8ba8d37cf
commit
fa8033e738
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ RUN . /etc/profile.d/bsenv.sh \
|
|||
|
||||
RUN git config --global safe.directory /repo
|
||||
|
||||
ENV PATH="${PATH}:${fdroidserver}"
|
||||
|
||||
VOLUME ["/repo"]
|
||||
WORKDIR /repo
|
||||
|
||||
|
|
Loading…
Reference in a new issue