Skip to content

Commit

Permalink
refactor(web): update Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
NdekoCode committed Nov 22, 2024
1 parent 64016db commit 61c021a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ ARG NEXT_PUBLIC_JITSU_BROWSER_WRITE_KEY
ARG NEXT_PUBLIC_GITHUB_APP_NAME
ARG NEXT_PUBLIC_CHATWOOT_API_KEY

# Install packages needed to build node modules, Remove cache after installing packages
# Install packages needed to build node modules
RUN apt-get update -qq && \
apt-get install -y build-essential pkg-config python-is-python3 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
apt-get install -y build-essential pkg-config python-is-python3

# Install Yarn
RUN npm install -g yarn --force
Expand Down

0 comments on commit 61c021a

Please sign in to comment.