mirror of
https://github.com/standardnotes/server
synced 2026-09-13 00:45:26 -04:00
fix: add missing curl to docker image for healthcheck purposes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM node:16.15.1-alpine AS builder
|
||||
|
||||
# Install dependencies for building native libraries
|
||||
RUN apk add --update git openssh-client python3 alpine-sdk
|
||||
RUN apk add --update git openssh-client curl python3 alpine-sdk
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM node:16.15.1-alpine AS builder
|
||||
|
||||
# Install dependencies for building native libraries
|
||||
RUN apk add --update git openssh-client python3 alpine-sdk
|
||||
RUN apk add --update git openssh-client curl python3 alpine-sdk
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM node:16.15.1-alpine AS builder
|
||||
|
||||
# Install dependencies for building native libraries
|
||||
RUN apk add --update git openssh-client python3 alpine-sdk
|
||||
RUN apk add --update git openssh-client curl python3 alpine-sdk
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM node:16.15.1-alpine AS builder
|
||||
|
||||
# Install dependencies for building native libraries
|
||||
RUN apk add --update git openssh-client python3 alpine-sdk
|
||||
RUN apk add --update git openssh-client curl python3 alpine-sdk
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM node:16.15.1-alpine AS builder
|
||||
|
||||
# Install dependencies for building native libraries
|
||||
RUN apk add --update git openssh-client python3 alpine-sdk
|
||||
RUN apk add --update git openssh-client curl python3 alpine-sdk
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user