-y
This commit is contained in:
parent
a2b3a19325
commit
c8b27e4a6b
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y curl apt-transport-https
|
|||||||
# Install yarn
|
# Install yarn
|
||||||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||||
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
||||||
RUN apt-get update && apt-get install yarn git
|
RUN apt-get update && apt-get install -y yarn git
|
||||||
|
|
||||||
RUN git clone https://github.com/ffrgb/meshviewer.git /opt/meshviewer/ && cd /opt/meshviewer
|
RUN git clone https://github.com/ffrgb/meshviewer.git /opt/meshviewer/ && cd /opt/meshviewer
|
||||||
RUN yarn
|
RUN yarn
|
||||||
|
Loading…
Reference in New Issue
Block a user