Skip to content

Commit 3b6dfb9

Browse files
authored
Docs: fix alpine example due to python version (#945)
1 parent 8cf4188 commit 3b6dfb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/docker-alpine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ When using docker to install `node-rdkafka`, you need to make sure you install a
33
You can see some of the differences here: https://linuxacademy.com/blog/cloud/alpine-linux-and-docker/
44

55
```dockerfile
6-
FROM node:8-alpine
6+
FROM node:14-alpine
77

88
RUN apk --no-cache add \
99
bash \
@@ -14,7 +14,7 @@ RUN apk --no-cache add \
1414
cyrus-sasl-dev \
1515
openssl-dev \
1616
make \
17-
python
17+
python3
1818

1919
RUN apk add --no-cache --virtual .build-deps gcc zlib-dev libc-dev bsd-compat-headers py-setuptools bash
2020

0 commit comments

Comments
 (0)