Skip to content

Commit b5b7bdd

Browse files
author
jiyungSong
committed
build: update Dockerfile to base image python:3-slim (#1)
1 parent 56b3d20 commit b5b7bdd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
FROM python:3.8
1+
FROM python:3-slim
22

33
ENV PYTHONUNBUFFERED 1
44
ENV SPACEONE_PORT 50051
55
ENV SERVER_TYPE grpc
66
ENV PKG_DIR /tmp/pkg
77
ENV SRC_DIR /tmp/src
88

9+
RUN apt update && apt upgrade -y
10+
911
COPY pkg/*.txt ${PKG_DIR}/
1012
RUN pip install --upgrade pip && \
1113
pip install --upgrade -r ${PKG_DIR}/pip_requirements.txt && \

0 commit comments

Comments
 (0)