feat: add iproute2 as dependency to dockerfile

This commit is contained in:
UndefinedPony
2025-01-06 11:38:08 +01:00
parent 41d4ff8489
commit c31ed2b2b0

View File

@@ -29,7 +29,7 @@ WORKDIR /app
# Set production
ENV NODE_ENV=production
RUN apt-get update && apt-get install -y curl unzip apache2-utils && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y curl unzip apache2-utils iproute2 && rm -rf /var/lib/apt/lists/*
# Copy only the necessary files
COPY --from=build /prod/dokploy/.next ./.next