diff options
author | Adrian Reber <areber@redhat.com> | 2018-11-27 11:32:30 +0100 |
---|---|---|
committer | Adrian Reber <adrian@lisas.de> | 2018-11-28 08:00:38 +0100 |
commit | a2bcb6d8bf412bae8e4591af60ee8c5994bc54ed (patch) | |
tree | d3332976c211d0a07a891c166ffa68476419257e | |
parent | a40f5c0aba4a301a7b9e131d020991dbc6e4379d (diff) | |
download | podman-a2bcb6d8bf412bae8e4591af60ee8c5994bc54ed.tar.gz podman-a2bcb6d8bf412bae8e4591af60ee8c5994bc54ed.tar.bz2 podman-a2bcb6d8bf412bae8e4591af60ee8c5994bc54ed.zip |
Remove unused CRIU_COMMIT variable
Signed-off-by: Adrian Reber <areber@redhat.com>
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 9c4eed1d0..3eb7b0a07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,8 +112,7 @@ RUN set -x \ && go get -u github.com/mailru/easyjson/... \ && install -D -m 755 "$GOPATH"/bin/easyjson /usr/bin/ -# Install criu -ENV CRIU_COMMIT 584cbe4643c3fc7dc901ff08bf923ca0fe7326f9 +# Install latest stable criu version RUN set -x \ && cd /tmp \ && git clone https://github.com/checkpoint-restore/criu.git \ |