We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d43d72 commit ef084b4Copy full SHA for ef084b4
1 file changed
Dockerfile
@@ -4,14 +4,14 @@ LABEL maintainer="Green API <support@green-api.com>"
4
# Install dependencies
5
RUN apt-get update && apt-get install -y \
6
python3-pip \
7
- wget
+ wget \
8
+ curl
9
10
# Working directory
11
WORKDIR /webhook-server
12
13
# Install library
14
RUN pip3 install whatsapp-api-webhook-server-python
-RUN apk add curl
15
# Download example
16
RUN wget https://raw.githubusercontent.com/green-api/whatsapp-api-webhook-server-python/master/examples/echo.py
17
# Start server
0 commit comments