mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
Fix builds, fr this time.
This commit is contained in:
parent
f7eee2f0a3
commit
322c5096f2
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ FROM base AS build
|
|||
|
||||
# Install packages needed to build gems
|
||||
RUN apt-get update -qq && \
|
||||
apt-get install --no-install-recommends -y build-essential git pkg-config libpq-dev libyaml-dev && \
|
||||
apt-get install --no-install-recommends -y build-essential git pkg-config libpq-dev libyaml-dev nodejs npm && \
|
||||
rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
# Install npm dependencies for Vite
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue