mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-07 13:59:06 +00:00
Fix npm-dev Dockerfile add python installation
This commit is contained in:
parent
2092a33f88
commit
0048f396a7
@ -5,6 +5,10 @@ RUN mkdir -p /usr/src/frontend
|
|||||||
# specifying the working dir inside the container
|
# specifying the working dir inside the container
|
||||||
WORKDIR /usr/src/frontend
|
WORKDIR /usr/src/frontend
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y python3 \
|
||||||
|
build-essential
|
||||||
|
|
||||||
# copy current workdir
|
# copy current workdir
|
||||||
COPY package.json package.json
|
COPY package.json package.json
|
||||||
COPY package-lock.json package-lock.json
|
COPY package-lock.json package-lock.json
|
||||||
|
Loading…
Reference in New Issue
Block a user