Skip to content

Commit d1cb1a8

Browse files
committed
update dockerfile
1 parent b8afb52 commit d1cb1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Build stage, using slim based-image because alpine cannot use Pandas and Matplotlib
1+
#Build stage
22
FROM python:3.8.11-slim AS builder
33

44
LABEL maintainer="Wasin Waeosri <wasin.waeosri@rifinitiv.com>"
@@ -9,7 +9,7 @@ COPY requirements.txt .
99
# install dependencies to the local user directory (eg. /root/.local)
1010
RUN pip install --user -r requirements.txt
1111

12-
# Run stage, using slim based-image because alpine cannot use Pandas and Matplotlib
12+
# Run stage
1313
FROM python:3.8.11-alpine
1414
WORKDIR /app
1515

0 commit comments

Comments
 (0)