Skip to content

Commit 20735d0

Browse files
fix: perms
1 parent 81e15ba commit 20735d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ RUN mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools && \
88
rm *tools*linux*.zip
99
COPY license_accepter.sh /opt/
1010
RUN chmod +x /opt/license_accepter.sh && /opt/license_accepter.sh $ANDROID_SDK_ROOT
11-
COPY entrypoint.sh ./entrypoint.sh
12-
ENTRYPOINT ["sh","./entrypoint.sh"]
11+
ADD entrypoint.sh /entrypoint.sh
12+
RUN chmod +x /entrypoint.sh
13+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)