Skip to content

Commit 2fe7357

Browse files
committed
WIP Update requirements and Dockerfile to validate fixed yagmail dependency
1 parent 9511616 commit 2fe7357

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV XDG_CONFIG_HOME /config
99
COPY docker_overlay/ /
1010

1111
RUN apt-get update && \
12-
apt-get install -y \
12+
apt-get install -y git \
1313
gcc \
1414
python3 \
1515
python3-dev \

requirements/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
yagmail~=0.11
1+
#yagmail~=0.11
2+
yagmail@git+https://github.com/neondaniel/yagmail@FIX_AttachmentHeaderCompat
23
ovos-utils~=0.0,>=0.0.34
34
ovos-config~=0.0,>=0.0.10
45
neon_utils~=1.0

0 commit comments

Comments
 (0)