Skip to content

Commit

Permalink
test docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Feb 8, 2025
1 parent d406b19 commit 149cd28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Stage 1: Build Stage
FROM oven/bun:latest AS build

RUN apt-get update && apt-get install -y \
python3 \
python-is-python3 \
build-essential \
&& rm -rf /var/lib/apt/lists/*

ARG NUXT_UI_PRO_LICENSE
ARG DATABASE_URL
ARG TURBO_TEAM
Expand Down

0 comments on commit 149cd28

Please sign in to comment.