Skip to content

Commit

Permalink
fix: perms
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthBenro008 committed Aug 17, 2020
1 parent dccec04 commit a5c3f9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools && \
rm *tools*linux*.zip
COPY license_accepter.sh /opt/
RUN chmod +x /opt/license_accepter.sh && /opt/license_accepter.sh $ANDROID_SDK_ROOT
COPY entrypoint.sh ./entrypoint.sh
ENTRYPOINT ["sh","./entrypoint.sh"]
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit a5c3f9e

Please sign in to comment.