Skip to content

Commit

Permalink
Install lerc into container
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Sep 27, 2024
1 parent 8f3212a commit e229587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update
RUN apt-get install -y nodejs

# Install sharp TODO update this when we change sharp versions
RUN npm install sharp@0.33.0
RUN npm install sharp@0.33.0 lerc@^4.0.4

# Install the landing assets
COPY ./basemaps-landing*.tgz /app/
Expand Down
2 changes: 2 additions & 0 deletions packages/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ WORKDIR /app/basemaps
COPY ./basemaps-landing*.tgz /app/basemaps/
COPY ./basemaps-server*.tgz /app/basemaps/

RUN npm install lerc@^4.0.4

RUN npm install ./basemaps-landing*.tgz
RUN npm install ./basemaps-server*.tgz

Expand Down

0 comments on commit e229587

Please sign in to comment.