mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 08:43:14 +00:00
Fix npm-dev Dockerfile add python installation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user