Skip to content

Commit e14a819

Browse files
committed
forgot to install git in the docker build
1 parent 78e88e9 commit e14a819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9-slim AS build
22
#Update first
3-
RUN apt-get update && apt-get upgrade -y
3+
RUN apt-get update && apt-get upgrade -y && apt-get install git -y
44
ADD . /build
55
WORKDIR /build
66
RUN pip install --upgrade pip

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from discord.ext import commands
1616
import loadconfig
1717

18-
__version__ = '1.6.0'
18+
__version__ = '1.6.1'
1919
description = '''Der-Eddys anime discord bot, developed with discord.py\n
2020
A full list of all commands are available here: https://github.com/Der-Eddy/discord_bot#commands-list'''
2121

0 commit comments

Comments
 (0)