mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
adding python to alpine docker
This commit is contained in:
parent
ed221e967c
commit
27a88c98eb
@ -1,5 +1,4 @@
|
|||||||
FROM node:12-stretch AS builder
|
FROM node:12-stretch AS builder
|
||||||
# LABEL maintainer="Patrik J. Braun"
|
|
||||||
# copying only package{-lock}.json to make node_modules cachable
|
# copying only package{-lock}.json to make node_modules cachable
|
||||||
COPY package*.json /build/
|
COPY package*.json /build/
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
@ -5,7 +5,7 @@ RUN apk add --no-cache wget && \
|
|||||||
|
|
||||||
FROM arm32v6/node:12-alpine AS builder
|
FROM arm32v6/node:12-alpine AS builder
|
||||||
COPY --from=qemu-builder /qemu-arm-static /usr/bin
|
COPY --from=qemu-builder /qemu-arm-static /usr/bin
|
||||||
# LABEL maintainer="Patrik J. Braun"
|
RUN apk add python build-base
|
||||||
# copying only package{-lock}.json to make node_modules cachable
|
# copying only package{-lock}.json to make node_modules cachable
|
||||||
COPY package*.json /build/
|
COPY package*.json /build/
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
Loading…
Reference in New Issue
Block a user