mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
测试dockerfile
This commit is contained in:
parent
529880642f
commit
9e997410ab
|
@ -1,9 +1,9 @@
|
|||
FROM node:alpine
|
||||
FROM python:alpine
|
||||
|
||||
ARG QL_MAINTAINER="whyour"
|
||||
LABEL maintainer="${QL_MAINTAINER}"
|
||||
ARG QL_URL=https://github.com/${QL_MAINTAINER}/qinglong.git
|
||||
ARG QL_BRANCH=master
|
||||
ARG QL_BRANCH=develop
|
||||
|
||||
ENV PNPM_HOME=/root/.local/share/pnpm \
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/share/pnpm:/root/.local/share/pnpm/global/5/node_modules:$PNPM_HOME \
|
||||
|
@ -29,10 +29,10 @@ RUN set -x \
|
|||
perl \
|
||||
openssl \
|
||||
nginx \
|
||||
python3 \
|
||||
nodejs \
|
||||
jq \
|
||||
openssh \
|
||||
py3-pip \
|
||||
npm \
|
||||
&& rm -rf /var/cache/apk/* \
|
||||
&& apk update \
|
||||
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
|
||||
|
|
Loading…
Reference in New Issue
Block a user