mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Update Dockerfile.dev for ARM64
This commit is contained in:
parent
4662e97d06
commit
7579ad75f3
1 changed files with 5 additions and 3 deletions
|
|
@ -8,11 +8,13 @@ ENV RAILS_PORT=3000
|
|||
ENV RAILS_ENV=development
|
||||
|
||||
# Install dependencies for application
|
||||
RUN apt-get update && apt-get install -y \
|
||||
RUN dpkg --add-architecture arm64 && \
|
||||
apt-get update && apt-get install -y \
|
||||
build-essential \
|
||||
git \
|
||||
postgresql-client \
|
||||
libpq-dev \
|
||||
postgresql-client:arm64 \
|
||||
libpq-dev:arm64 \
|
||||
libpq5:arm64 \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
nodejs \
|
||||
|
|
|
|||
Loading…
Reference in a new issue