diff --git a/discordbot/Dockerfile b/discordbot/Dockerfile index c93ea25..bbbb1ac 100644 --- a/discordbot/Dockerfile +++ b/discordbot/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /usr/src/app COPY . . -RUN apt update && apt install -y sqlite3 +RUN apk update && apk upgrade +RUN apk add --no-cache sqlite CMD ["node", "index.js"]