fix: Add missing python & build tools in Dockerfile
This commit is contained in:
parent
11a96f1b87
commit
323c635781
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM node:buster-slim
|
||||||
MAINTAINER Glenn ROLLAND <glenux@glenux.net>
|
MAINTAINER Glenn ROLLAND <glenux@glenux.net>
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y make
|
apt-get install -y make python build-essential
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in a new issue