diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-09-27 13:59:47 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-09-27 14:01:26 -0400 |
| commit | 0aab2e3d023d918db22ea883581a0e34b9a294b5 (patch) | |
| tree | dde1d93413e706b7a0db44dc10eca3ad2f67c57c /Dockerfile | |
| parent | 88ddd8bb4d43a430a8c2405fb7b62d624db2d8b8 (diff) | |
| download | DLAP-0aab2e3d023d918db22ea883581a0e34b9a294b5.tar.gz DLAP-0aab2e3d023d918db22ea883581a0e34b9a294b5.tar.bz2 DLAP-0aab2e3d023d918db22ea883581a0e34b9a294b5.zip | |
Reverted changes
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ./ |
