Browse Source

Fix arm64 Docker image (#26)

umbrel-seed
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
7a7a786238
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -4,6 +4,8 @@ FROM node:12.16.3-buster-slim AS umbrel-manager-builder
# Install tools
RUN apt-get update \
&& apt-get install -y build-essential \
&& apt-get install -y libffi-dev \
&& apt-get install -y libssl-dev \
&& apt-get install -y python3 \
&& apt-get install -y python3-pip \
&& pip3 install -IU docker-compose \

Loading…
Cancel
Save