feliksius commited on
Commit
373ff5a
·
verified ·
1 Parent(s): 442eb68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -1,11 +1,6 @@
1
  # Gunakan image Python resmi
2
  FROM python:3.9-slim@sha256:bef8d69306a7905f55cd523f5604de1dde45bbf745ba896dbb89f6d15c727170
3
 
4
- # Instal dependensi sistem untuk opencc-python-reborn
5
- RUN apt-get update && apt-get install -y --no-install-recommends \
6
- libopencc-dev \
7
- && rm -rf /var/lib/apt/lists/*
8
-
9
  # Set working directory
10
  WORKDIR /app
11
 
 
1
  # Gunakan image Python resmi
2
  FROM python:3.9-slim@sha256:bef8d69306a7905f55cd523f5604de1dde45bbf745ba896dbb89f6d15c727170
3
 
 
 
 
 
 
4
  # Set working directory
5
  WORKDIR /app
6