Skip to content

Commit

Permalink
Dcoker file
Browse files Browse the repository at this point in the history
  • Loading branch information
KaliCharan-V committed Sep 12, 2024
1 parent a9e1df4 commit 1ce7be8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions local_setup/dockerfiles/bolna_server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ FROM python:3.10.13-slim

WORKDIR /app

RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get install -y --no-install-recommends build-essential \
libgomp1 \
ffmpeg

RUN apt-get install build-essential

COPY ./bolna /app/bolna

Expand Down

0 comments on commit 1ce7be8

Please sign in to comment.