Skip to content

Commit

Permalink
Remove PNPM_INSTALL_TAGS=--offline (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
SabaPing committed Aug 18, 2023
1 parent bd12ab7 commit ae6e959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/alpine316.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN pnpm fetch
# Build.
WORKDIR /go/src/github.com/pingcap/tidb-dashboard
COPY .. .
RUN make package PNPM_INSTALL_TAGS=--offline
RUN make package

FROM alpine:3.16

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/centos7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN pnpm fetch
# Build.
WORKDIR /go/src/github.com/pingcap/tidb-dashboard
COPY .. .
RUN make package PNPM_INSTALL_TAGS=--offline
RUN make package

FROM centos:8

Expand Down

0 comments on commit ae6e959

Please sign in to comment.