Add python to Dockerfile
- This ensures that the posix pid/gid resolve features are working
This commit is contained in:
parent
cbf2a6e39d
commit
c9563ede6a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM node:10-alpine as builder
|
|||
# Install system dependencies
|
||||
RUN set -ex; \
|
||||
apk add --update --no-cache \
|
||||
make gcc g++ git
|
||||
make gcc g++ git python
|
||||
|
||||
# Copy package.json dependencies
|
||||
COPY server/package.json /app/server/package.json
|
||||
|
|
Loading…
Reference in a new issue