summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-10-17 12:52:26 +0200
committerLinnea Gräf <nea@nea.moe>2024-10-17 12:52:26 +0200
commit99c9026d7e3409170f1d4c23552cd6ffa71a4544 (patch)
treeebffc856c18eb636a5cb9ac82fb4b31119f0f15e /Dockerfile
parentb7bf0368732edbc9858035432ba86b6b9b23545c (diff)
downloadforgebot-master.tar.gz
forgebot-master.tar.bz2
forgebot-master.zip
Add auto repo cloneHEADmaster
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a8b68c8..66872aa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
FROM alpine
-RUN apk add --no-cache websocat bash jq grep curl
+RUN apk add --no-cache websocat bash jq grep curl git
COPY ./ /app/forgebot/
WORKDIR "/app/forgebot"
ENTRYPOINT ["/app/forgebot/forgebot_proper.sh"]