File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,24 +54,24 @@ RUN curl https://raw.githubusercontent.com/restyled-io/restyler/master/bin/resty
54
54
&& chmod +x /usr/local/bin/restyle-path \
55
55
&& :
56
56
57
- RUN mkdir -p /opt/sdk/sdks/ \
57
+ RUN mkdir -p /opt/android/sdk \
58
58
&& chown -R $USERNAME:$USERNAME \
59
- /opt/sdk/sdks/ `# NXP uses a patch_sdk script to change SDK files` \
59
+ /opt/android/sdk `# NXP uses a patch_sdk script to change SDK files` \
60
60
$ANDROID_HOME \
61
61
$IDF_TOOLS_PATH \
62
62
&& find $AMEBA_PATH -name "inc_lp" -print0 | xargs -0 chown -R $USERNAME:$USERNAME \
63
63
&& find $AMEBA_PATH -name "inc_hp" -print0 | xargs -0 chown -R $USERNAME:$USERNAME \
64
64
&& find $AMEBA_PATH -name "project_lp" -print0 | xargs -0 chown -R $USERNAME:$USERNAME \
65
65
&& find $AMEBA_PATH -name "project_hp" -print0 | xargs -0 chown -R $USERNAME:$USERNAME \
66
66
&& chmod -R +x \
67
- $ANDROID_HOME/tools/bin `# sdkmanager for accepting licenses`\
67
+ $ANDROID_HOME/cmdline- tools/10.0 /bin `# sdkmanager for accepting licenses`\
68
68
&& chmod -R +w \
69
69
$IDF_TOOLS_PATH \
70
70
&& find $AMEBA_PATH -name "inc_lp" -print0 | xargs -0 chmod -R +w \
71
71
&& find $AMEBA_PATH -name "inc_hp" -print0 | xargs -0 chmod -R +w \
72
72
&& find $AMEBA_PATH -name "project_lp" -print0 | xargs -0 chmod -R +w \
73
73
&& find $AMEBA_PATH -name "project_hp" -print0 | xargs -0 chmod -R +w \
74
- # Safe directory is preffered over chown.
74
+ # Safe directory is preferred over chown.
75
75
&& git config --global --add safe.directory "*" \
76
76
&& :
77
77
You can’t perform that action at this time.
0 commit comments