FIX: correct packages name
This commit is contained in:
parent
5f9a7cbf50
commit
cf5e9f60f6
1 changed files with 1 additions and 3 deletions
|
|
@ -2,10 +2,8 @@ FROM gcc:latest
|
|||
|
||||
# Installer Python3, pip, Ninja et Meson
|
||||
RUN apt-get update && apt-get install -y \
|
||||
python3 \
|
||||
python3-pip \
|
||||
meson \
|
||||
ninja-build && \
|
||||
pip3 install meson && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Définir le répertoire de travail par défaut
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue