mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
Update Alpine repository branch in Dockerfile. Closes #4
This commit is contained in:
parent
2dbe98a1e5
commit
ee509a80b4
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ FROM node:alpine AS server-builder
|
|||
WORKDIR /app
|
||||
|
||||
RUN apk add vips-dev fftw-dev build-base python --no-cache \
|
||||
--repository https://alpine.global.ssl.fastly.net/alpine/edge/community/ \
|
||||
--repository https://alpine.global.ssl.fastly.net/alpine/edge/main/
|
||||
--repository https://alpine.global.ssl.fastly.net/alpine/v3.10/community/ \
|
||||
--repository https://alpine.global.ssl.fastly.net/alpine/v3.10/main/
|
||||
|
||||
COPY server/package.json server/package-lock.json ./
|
||||
|
||||
|
@ -25,7 +25,7 @@ RUN npm run build
|
|||
FROM node:alpine
|
||||
|
||||
RUN apk add bash vips --no-cache \
|
||||
--repository https://alpine.global.ssl.fastly.net/alpine/edge/community/
|
||||
--repository https://alpine.global.ssl.fastly.net/alpine/v3.10/community/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue