Initial commit
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
|
||||
|
||||
RUN git clone https://gitlab.com/fdroid/fdroiddata /fdroiddata
|
||||
|
||||
ADD installSdks /installSdks
|
||||
RUN chmod +x /installSdks && /installSdks && rm /installSdks
|
||||
|
||||
ADD entrypoint /entrypoint
|
||||
RUN chmod +x /entrypoint
|
||||
|
||||
ENTRYPOINT ["/entrypoint"]
|
Reference in New Issue
Block a user