SANDRAMSC commited on
Commit
b999542
1 Parent(s): 9cbfb28

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ WORKDIR /app
11
  # Install system dependencies
12
  RUN apt-get update \
13
  && apt-get install -y --no-install-recommends gcc \
14
- && rm rf /var/lib/apt/lists/*
15
 
16
  # Install application dependencies
17
  COPY requirements.txt /app/
 
11
  # Install system dependencies
12
  RUN apt-get update \
13
  && apt-get install -y --no-install-recommends gcc \
14
+ && rm -rf /var/lib/apt/lists/*
15
 
16
  # Install application dependencies
17
  COPY requirements.txt /app/