diff --git a/base/Dockerfile b/base/Dockerfile index 5745e2b..07c4ea7 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update && \ minizip \ libidn11-dev \ qttools5-dev \ - liblz4-tool + liblz4-tool \ git && \ apt-get clean diff --git a/base/podman/Dockerfile b/base/podman/Dockerfile index e8ba1d0..29e6a9e 100644 --- a/base/podman/Dockerfile +++ b/base/podman/Dockerfile @@ -23,8 +23,8 @@ RUN apt-get update && \ minizip \ libidn11-dev \ qttools5-dev \ - liblz4-tool - git && \ + liblz4-tool \ + git \ podman && \ apt-get clean