mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
Remove unused CRIU_COMMIT variable
Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:

committed by
Adrian Reber

parent
a40f5c0aba
commit
a2bcb6d8bf
@ -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 \
|
||||
|
Reference in New Issue
Block a user