Merge pull request #739 from martialblog/fix-posix-resolve
Add Python to Dockerfile package installation
This commit is contained in:
commit
3a2d1512ab
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…
Add table
Add a link
Reference in a new issue