Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Commit

Permalink
try vips patch for rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Nov 12, 2018
1 parent bbd8df9 commit 5f2b65a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile.raspberry-pi
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ WORKDIR /home/app/unms
# Copy UNMS app from offical image since the source code is not published at this time
COPY --from=unms /home/app/unms /home/app/unms

## RPI ONLY ##
RUN apk add --update --no-cache gcc g++ make libc6-compat
RUN apk add vips-dev fftw-dev build-base --no-cache \
--repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \
--repository https://dl-3.alpinelinux.org/alpine/edge/main
## END RPI ONLY ##

RUN devDeps="g++ make python" \
&& apk add --no-cache ${devDeps} su-exec gzip bash vim dumb-init openssl libcap \
&& rm -rf node_modules \
Expand Down

0 comments on commit 5f2b65a

Please sign in to comment.