mirror of
https://github.com/lyx0/ollama-twitch-bot.git
synced 2024-11-06 18:52:03 +01:00
remove unneeded dependencies
This commit is contained in:
parent
29727ca734
commit
5961600fee
1 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
|||
# Start from golang base image
|
||||
FROM golang:alpine
|
||||
|
||||
RUN apk add --no-cache make
|
||||
RUN apk add --no-cache git
|
||||
RUN apk add --no-cache jq
|
||||
|
||||
# Setup folders
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in a new issue