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 4d88887 commit 11aacfeCopy full SHA for 11aacfe
Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get install -y software-properties-common curl build-essential \
20
# add some repositories
21
RUN curl -s https://packagecloud.io/gpg.key | apt-key add - && \
22
echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list && \
23
- curl --silent --location https://deb.nodesource.com/setup_6.x | bash - && \
+ curl --silent --location https://deb.nodesource.com/setup_7.x | bash - && \
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
apt-get update
0 commit comments