Add python to Dockerfile (#55)

pull/57/head
Artem 3 years ago committed by GitHub
parent 74c978441b
commit 6803e1cd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

@ -1,6 +1,6 @@
FROM node:16.13-alpine FROM node:16.13-alpine
RUN apk add --no-cache openssl RUN apk add --no-cache openssl g++ make py3-pip
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY . . COPY . .

Loading…
Cancel
Save