Skip to content

Commit 07b3db9

Browse files
authored
Merge pull request #64 from usherlabs/dev
Remove python installation from the Dockerfile
2 parents 15fea61 + e8d8f00 commit 07b3db9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ FROM node:18.18-buster
33
RUN apt update
44
RUN apt install -y libsecret-1-dev
55

6-
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
7-
RUN wget -O - https://bootstrap.pypa.io/get-pip.py | python
8-
96
RUN npm i -g pnpm
107

118
USER node

0 commit comments

Comments
 (0)