Skip to content

Commit ef084b4

Browse files
committed
dev
1 parent 7d43d72 commit ef084b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ LABEL maintainer="Green API <support@green-api.com>"
44
# Install dependencies
55
RUN apt-get update && apt-get install -y \
66
python3-pip \
7-
wget
7+
wget \
8+
curl
89

910
# Working directory
1011
WORKDIR /webhook-server
1112

1213
# Install library
1314
RUN pip3 install whatsapp-api-webhook-server-python
14-
RUN apk add curl
1515
# Download example
1616
RUN wget https://raw.githubusercontent.com/green-api/whatsapp-api-webhook-server-python/master/examples/echo.py
1717
# Start server

0 commit comments

Comments
 (0)