Skip to content

Commit 4d88887

Browse files
authored
Update Dockerfile
1 parent 70aada5 commit 4d88887

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
@@ -21,8 +21,8 @@ RUN apt-get install -y software-properties-common curl build-essential \
2121
RUN curl -s https://packagecloud.io/gpg.key | apt-key add - && \
2222
echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list && \
2323
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 && \
2626
apt-get update
2727

2828
# set the locale

0 commit comments

Comments
 (0)