We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9511616 commit 2fe7357Copy full SHA for 2fe7357
Dockerfile
@@ -9,7 +9,7 @@ ENV XDG_CONFIG_HOME /config
9
COPY docker_overlay/ /
10
11
RUN apt-get update && \
12
- apt-get install -y \
+ apt-get install -y git \
13
gcc \
14
python3 \
15
python3-dev \
requirements/requirements.txt
@@ -1,4 +1,5 @@
1
-yagmail~=0.11
+#yagmail~=0.11
2
+yagmail@git+https://github.com/neondaniel/yagmail@FIX_AttachmentHeaderCompat
3
ovos-utils~=0.0,>=0.0.34
4
ovos-config~=0.0,>=0.0.10
5
neon_utils~=1.0
0 commit comments