File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ RUN apt-get install -y software-properties-common curl build-essential \
21
21
RUN curl -s https://packagecloud.io/gpg.key | apt-key add - && \
22
22
echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list && \
23
23
curl --silent --location https://deb.nodesource.com/setup_6.x | bash - && \
24
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && \
25
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list && \
24
+ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
25
+ echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
26
26
apt-get update
27
27
28
28
# set the locale
You can’t perform that action at this time.
0 commit comments