Skip to content

Commit

Permalink
Fix DockerFile for python3. #46
Browse files Browse the repository at this point in the history
  • Loading branch information
rstrouse committed Dec 18, 2021
1 parent 2f4140c commit 436f485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:lts-alpine as build
RUN apk add --no-cache make gcc g++ python linux-headers udev tzdata
RUN apk add --no-cache make gcc g++ python3 linux-headers udev tzdata
WORKDIR /app
COPY package*.json ./
RUN npm ci
Expand Down

0 comments on commit 436f485

Please sign in to comment.