Skip to content

Commit

Permalink
update apt cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
yudong2015 committed Apr 22, 2024
1 parent 7f17936 commit 4d6aa05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && \
minizip \
libidn11-dev \
qttools5-dev \
liblz4-tool
liblz4-tool \
git && \
apt-get clean

Expand Down
4 changes: 2 additions & 2 deletions base/podman/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN apt-get update && \
minizip \
libidn11-dev \
qttools5-dev \
liblz4-tool
git && \
liblz4-tool \
git \
podman && \
apt-get clean

Expand Down

0 comments on commit 4d6aa05

Please sign in to comment.