Fix faketime packages

This commit is contained in:
Max Rossmannek 2020-11-28 15:59:23 +01:00 committed by Tomas Babej
parent 862ae0b969
commit 4ebf611b91
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
4 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev faketime
RUN apt-get install -y python3
# Setup language environment