fix(core): update
This commit is contained in:
parent
65cae1e013
commit
28746e0349
@ -67,6 +67,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
xdg-utils \
|
xdg-utils \
|
||||||
# network
|
# network
|
||||||
iputils-ping \
|
iputils-ping \
|
||||||
|
dnsutils \
|
||||||
|
|
||||||
# chrome
|
# chrome
|
||||||
&& wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
|
&& wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
|
||||||
|
@ -3,7 +3,7 @@ LABEL author="Lossless GmbH <hello@lossless.com>"
|
|||||||
|
|
||||||
#pnpm
|
#pnpm
|
||||||
ENV PNPM_HOME="/root/.local/share/pnpm/pnpm"
|
ENV PNPM_HOME="/root/.local/share/pnpm/pnpm"
|
||||||
RUN apk add --no-cache curl iputils bash && mkdir -p ${PNPM_HOME}
|
RUN apk add --no-cache curl iputils bind-tools bash && mkdir -p ${PNPM_HOME}
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
ENV PATH="$PNPM_HOME:$PATH"
|
||||||
RUN curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; chmod +x /bin/pnpm;
|
RUN curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; chmod +x /bin/pnpm;
|
||||||
RUN pnpm -v
|
RUN pnpm -v
|
||||||
|
Loading…
Reference in New Issue
Block a user