aptitude -> apt-get.
This commit is contained in:
parent
73a122f7fb
commit
a68dbad749
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user