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 28e1652 commit 42ed877Copy full SHA for 42ed877
docker/Dockerfile
@@ -35,7 +35,8 @@ RUN \
35
libjansson4 \
36
libyaml-0-2 \
37
wget \
38
- yq
+ yq \
39
+ rsync
40
41
COPY ./requirements.txt /usr/local/elixir/
42
requirements.txt
@@ -2,6 +2,7 @@ Jinja2~=3.1.5
2
Pygments~=2.18.0
3
Falcon~=4.0.2
4
pytest==7.2.1
5
+west~=1.3.0
6
7
# NOTE binary wheels of berkeleydb are not distributed - on Debian this may
8
# require installing build-essentials, python3-dev and libdb-dev
0 commit comments