mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-04 02:02:48 +03: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
|
||||
WORKDIR /usr/src/frontend
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python3 \
|
||||
build-essential
|
||||
|
||||
# copy current workdir
|
||||
COPY package.json package.json
|
||||
COPY package-lock.json package-lock.json
|
||||
|
Loading…
Reference in New Issue
Block a user