Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN git clone --depth=1 https://github.com/DataDog/integrations-core.git /tmp/in
pip==$(version py3-pip) \
regex==$(version py3-regex) \
"/tmp/integrations-core/datadog_checks_dev[cli]" \
ddev \
"/tmp/integrations-core/ddev" \
&& rm -rf /tmp/integrations-core

CMD ["/bin/sh"]