Update Dockerfiles to latest versions

This commit is contained in:
Aurélien Geron
2022-09-26 23:13:07 +13:00
parent 827ab1e07b
commit e8429dc540
2 changed files with 42 additions and 36 deletions

View File

@@ -1,6 +1,7 @@
FROM continuumio/miniconda3:latest
RUN apt-get update && apt-get install -y \
protobuf-compiler \
sudo \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*