Skip to content

Commit ebe2774

Browse files
author
Martin Beránek
committed
⬆️ Upgrade python for danger
Related: #81353
1 parent a3c3cab commit ebe2774

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM node:16.14.0-buster-slim
1+
FROM node:16.14.0-bullseye-slim
22

33
RUN apt-get update && apt-get install -y \
44
build-essential \
55
curl \
66
git \
7+
python3 \
78
python \
89
ssh
910

0 commit comments

Comments
 (0)