diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 6a0eefb9..f01efe6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ LABEL maintainer="KLEE Developers" # TODO remove adding sudo package # Create ``klee`` user for container with password ``klee``. -# and give it password-less sudo access (temporarily so we can use the TravisCI scripts) +# and give it password-less sudo access (temporarily so we can use the CI scripts) RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install sudo emacs-nox vim-nox file python3-dateutil doxygen && \ rm -rf /var/lib/apt/lists/* && \ useradd -m klee && \ |