This commit is contained in:
MedzikUser 2021-09-30 21:01:38 +02:00
parent 331eb16163
commit a023bde566
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
1 changed files with 6 additions and 8 deletions

View File

@ -1,9 +1,7 @@
FROM registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
RUN apt-get update && \
apt-get install -y --no-install-recommends ssh && \
rm -rf /var/lib/apt/lists/*
RUN pip3 install fdroidserver
RUN mkdir -p /usr/local/share/doc && ln -s /usr/share/doc/fdroidserver /usr/local/share/doc/fdroidserver
FROM wonko21/fdroidserver:latest
ENTRYPOINT ["bash"]
CMD [""]
RUN apt-get update && \
apt-get upgrade -y
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash && \
apt-get install -y nodejs