Skip to content

Commit

Permalink
Fix Dockerfile for arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Sep 3, 2024
1 parent 7d69f07 commit 6a4fc9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ RUN apk add --no-cache \
cairo-dev jpeg-dev libpng-dev ossp-uuid-dev ffmpeg-dev \
pango-dev libvncserver-dev libwebp-dev openssl-dev freerdp-dev freerdp \
autoconf automake libtool libpulse libogg libc-dev \
python3 py3-pip py3-setuptools \
&& python3 -m venv /opt/venv \
&& . /opt/venv/bin/activate \
&& pip install --upgrade pip setuptools \
&& deactivate \
&& apk add --no-cache --virtual .build-deps build-base git

RUN git clone --depth=1 https://github.com/apache/guacamole-server.git \
Expand Down

0 comments on commit 6a4fc9f

Please sign in to comment.