Skip to content

Commit

Permalink
[build] Update superd docker install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lts-rad committed Aug 17, 2024
1 parent 4a10cc2 commit 27e15ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions superd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ RUN echo \
apt-get update && \
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin && \
apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin git openssh-client && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/*


>>>>>>> 120fda2d ([build] Update to latest docker suggested install commands)
COPY --from=builder /superd /
COPY scripts /scripts
COPY scripts/docker-compose /usr/bin/docker-compose
Expand Down

0 comments on commit 27e15ad

Please sign in to comment.