aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4e76020..39521dc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM node:latest AS build
WORKDIR /usr/src/bot
-RUN apt-get update && apt-get install -y build-essential libtool autoconf automake python3
+RUN apt-get update && apt-get install -y build-essential libtool autoconf automake python3
COPY package.json ./