sigyllly commited on
Commit
7976637
·
verified ·
1 Parent(s): 3512119

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM python:3.10-slim
4
  # Set the working directory
5
  WORKDIR /app
6
 
7
- # Install necessary dependencies including Mono, wget, and Python tools
8
  RUN apt-get update && apt-get install -y \
9
  wget \
10
  gnupg2 \
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
13
  python3-pip \
14
  python3-setuptools \
15
  python3-venv \
 
16
  && wget https://download.mono-project.com/repo/xamarin.gpg -O /etc/apt/trusted.gpg.d/xamarin.asc \
17
  && echo "deb https://download.mono-project.com/repo/debian stable-buster main" > /etc/apt/sources.list.d/mono-official-stable.list \
18
  && apt-get update \
 
4
  # Set the working directory
5
  WORKDIR /app
6
 
7
+ # Install necessary dependencies including Mono, wget, 7-Zip, and Python tools
8
  RUN apt-get update && apt-get install -y \
9
  wget \
10
  gnupg2 \
 
13
  python3-pip \
14
  python3-setuptools \
15
  python3-venv \
16
+ p7zip-full \
17
  && wget https://download.mono-project.com/repo/xamarin.gpg -O /etc/apt/trusted.gpg.d/xamarin.asc \
18
  && echo "deb https://download.mono-project.com/repo/debian stable-buster main" > /etc/apt/sources.list.d/mono-official-stable.list \
19
  && apt-get update \