first commit
This commit is contained in:
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
FROM alvrme/alpine-android:android-33-jdk11
|
||||
|
||||
RUN adduser -D build -u 1000
|
||||
RUN chown -R build:build /opt/sdk
|
||||
|
||||
WORKDIR /files
|
||||
|
||||
COPY docker-entrypoint.sh /
|
||||
COPY build.sh Infinity.jks .
|
||||
|
||||
RUN chmod +x /docker-entrypoint.sh && \
|
||||
chmod +x build.sh
|
||||
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
Reference in New Issue
Block a user