mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-12 15:01:40 +01:00
Merge pull request #958 from lune-sta/fix_dockerfile_prod
Fix Dockerfile.production
This commit is contained in:
commit
62d99a9b09
@ -1,6 +1,6 @@
|
|||||||
FROM node:alpine as builder
|
FROM node:alpine as builder
|
||||||
|
|
||||||
RUN apk update && apk add --no-cache make git python autoconf g++ libc6-compat libjpeg-turbo-dev libpng-dev nasm libtool automake
|
RUN apk update && apk add --no-cache make git python3 autoconf g++ libc6-compat libjpeg-turbo-dev libpng-dev nasm libtool automake vips-dev
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
Reference in New Issue
Block a user