mirror of
https://github.com/elyby/accounts.git
synced 2024-11-09 23:12:20 +05:30
Don't use github oauth token while building docker image
This commit is contained in:
parent
1cea0bb174
commit
dd588160b0
@ -33,7 +33,6 @@ COPY --from=node:11.13.0-alpine /usr/local/bin/node /usr/bin/
|
||||
COPY --from=node:11.13.0-alpine /usr/lib/libgcc* /usr/lib/libstdc* /usr/lib/* /usr/lib/
|
||||
|
||||
RUN mkdir /root/.composer \
|
||||
&& echo '{"github-oauth": {"github.com": "***REMOVED***"}}' > ~/.composer/auth.json \
|
||||
&& composer global require --no-progress "hirak/prestissimo:>=0.3.8" \
|
||||
&& composer clear-cache
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user