Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
QxBytes committed Feb 8, 2024
1 parent b105bcb commit 58a06c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cnms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240123-amd64
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
ARG CNMS_BUILD_DIR
RUN tdnf upgrade
RUN tdnf install -y ebtables
RUN tdnf install -y net-tools
COPY output/linux_amd64/cnms/azure-cnms /usr/bin/azure-cnms
RUN chmod +x /usr/bin/azure-cnms
CMD ["/usr/bin/azure-cnms"]
CMD ["/usr/bin/azure-cnms"]

0 comments on commit 58a06c3

Please sign in to comment.