mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
chore: docker using build-base
This commit is contained in:
parent
186755eee4
commit
cc935c486c
@ -2,7 +2,7 @@ FROM node:14.16-alpine
|
|||||||
|
|
||||||
# install packages
|
# install packages
|
||||||
RUN apk update && apk upgrade && \
|
RUN apk update && apk upgrade && \
|
||||||
apk add --no-cache bash git openssh python3 py3-pip
|
apk add --no-cache bash git openssh python3 py3-pip build-base
|
||||||
|
|
||||||
# Create app directory
|
# Create app directory
|
||||||
RUN mkdir -p /usr/src/app
|
RUN mkdir -p /usr/src/app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user