aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-09-27 13:59:47 -0400
committerAndrew Lee <alee14498@protonmail.com>2024-09-27 14:01:26 -0400
commit0aab2e3d023d918db22ea883581a0e34b9a294b5 (patch)
treedde1d93413e706b7a0db44dc10eca3ad2f67c57c /Dockerfile
parent88ddd8bb4d43a430a8c2405fb7b62d624db2d8b8 (diff)
downloadDLAP-0aab2e3d023d918db22ea883581a0e34b9a294b5.tar.gz
DLAP-0aab2e3d023d918db22ea883581a0e34b9a294b5.tar.bz2
DLAP-0aab2e3d023d918db22ea883581a0e34b9a294b5.zip
Reverted changes
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 ./