Browse Source

remove unneeded -y

Sam Erika Clotfelter 4 years ago
parent
commit
bd1630c2ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -10,7 +10,7 @@ COPY nitter.nimble .
 RUN nimble install -y -d:strip
 RUN nimble install -y -d:strip
 
 
 COPY . .
 COPY . .
-RUN nimble build -y -d:danger -d:lto \
+RUN nimble build -d:danger -d:lto \
     && nimble scss \
     && nimble scss \
     && nimble md
     && nimble md