We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd02885 commit e40766aCopy full SHA for e40766a
Dockerfile
@@ -11,9 +11,9 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
11
RUN apt-get update \
12
&& apt-get install -y nodejs
13
14
-RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
+RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
15
16
-RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo 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
17
18
19
&& apt-get install -y yarn
0 commit comments