diff options
author | Tamir Duberstein <tamird@google.com> | 2020-09-11 01:55:59 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-11 01:57:42 -0700 |
commit | 964447c8ce1ba4f3c7413e90069a045fe0877c2a (patch) | |
tree | f53c64671dc03479577ed8ad3dea08dbf0330307 /images/packetimpact | |
parent | 365545855f7713236d77d3e263ad09ebffa85bb2 (diff) |
Clean up image construction
- Skip `docker inspect`; `docker pull` is idempotent
- Remove unnecessary CMD directives in Dockerfiles
- Run bazel before building images to catch errors sooner
PiperOrigin-RevId: 331107815
Diffstat (limited to 'images/packetimpact')
-rw-r--r-- | images/packetimpact/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/images/packetimpact/Dockerfile b/images/packetimpact/Dockerfile index 82b7e8abd..906d5cdd6 100644 --- a/images/packetimpact/Dockerfile +++ b/images/packetimpact/Dockerfile @@ -16,5 +16,3 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ qemu-system-x86 \ # sha1sum to generate entropy. libdigest-sha-perl -RUN hash -r -CMD /bin/bash |