Skip to content

Commit b315471

Browse files
authored
Update Dockerfile
1 parent 0217a02 commit b315471

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ WORKDIR /usr/src/app
66
COPY requirements.txt ./
77
RUN pip install --no-cache-dir -r requirements.txt
88

9+
RUN apt-get update && apt-get install -y --no-install-recommends \
10+
gcc g++ make openjdk-11-jdk-headless && \
11+
rm -rf /var/lib/apt/lists/*
12+
913
# 앱 코드 복사
1014
COPY server/app.py .
1115
COPY server/code ./code

0 commit comments

Comments
 (0)