Skip to content

Commit e40766a

Browse files
committed
"sudo" not found /shrug
1 parent cd02885 commit e40766a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
1111
RUN apt-get update \
1212
&& apt-get install -y nodejs
1313

14-
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
14+
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
1515

16-
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
16+
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
1717

1818
RUN apt-get update \
1919
&& apt-get install -y yarn

0 commit comments

Comments
 (0)