Skip to content

Commit

Permalink
AI 환경 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
SalkCoding committed Dec 18, 2024
1 parent eadd42c commit 8b22040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN gradle build --no-daemon
FROM openjdk:17.0.1-jdk-slim

# debian 기반
RUN apt update
RUN apt upgrade
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y && apt clean && rm -rf /var/lib/apt/lists/*

RUN apt install python3
RUN apt install pip3
Expand Down

0 comments on commit 8b22040

Please sign in to comment.