aboutsummaryrefslogtreecommitdiff
path: root/docker/build.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/build.Dockerfile')
-rw-r--r--docker/build.Dockerfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/docker/build.Dockerfile b/docker/build.Dockerfile
deleted file mode 100644
index 95b28f1..0000000
--- a/docker/build.Dockerfile
+++ /dev/null
@@ -1,7 +0,0 @@
-FROM debian:buster-slim
-RUN apt-get -y update && apt-get -y install curl gnupg make
-RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash -
-RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
-RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
-RUN apt-get -y update && apt-get -y install nodejs yarn
-