aptitude -> apt-get.

This commit is contained in:
Alexis Lahouze 2018-11-25 22:12:52 +01:00
parent 73a122f7fb
commit a68dbad749
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM python:3.6-stretch as base
RUN aptitude update
RUN aptitude install \
RUN apt-get update
RUN apt-get install -y \
build-essentials git make gcc libtool libmhash-dev asciidoc
# Install deps