mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
Correct permission of aosp-repo
This commit is contained in:
parent
20598b34e7
commit
a920654c8b
@ -12,7 +12,7 @@ COPY composer-mirror.config.php /usr/local/composer-mirror/config.php
|
||||
|
||||
RUN mkdir -p /home/tunasync-scripts
|
||||
ADD https://storage.googleapis.com/git-repo-downloads/repo /usr/local/bin/aosp-repo
|
||||
RUN chmod a+x /usr/local/bin/aosp-repo
|
||||
RUN chmod 0755 /usr/local/bin/aosp-repo
|
||||
|
||||
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && apt-get install -y locales -qq && locale-gen
|
||||
ENV LANG=en_US.UTF-8
|
||||
|
Loading…
x
Reference in New Issue
Block a user