git98 commited on
Commit
e70e87d
·
verified ·
1 Parent(s): 6c7651a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11-slim
2
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends \
4
- qemu-system-x86 \
5
  qemu-utils \
6
  && rm -rf /var/lib/apt/lists/*
7
 
 
1
  FROM python:3.11-slim
2
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends \
4
+ curl wget qemu-system-x86 \
5
  qemu-utils \
6
  && rm -rf /var/lib/apt/lists/*
7