Skip to content

Commit

Permalink
build(image): always update package
Browse files Browse the repository at this point in the history
longhorn/longhorn-8721

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang authored and innobead committed Jun 12, 2024
1 parent 5784178 commit a55dfc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ RUN npm run build
FROM registry.suse.com/bci/bci-base:15.5

RUN zypper -n ref && \
zypper -n install curl libxml2 bash gettext shadow nginx && \
zypper update -y

RUN zypper -n install curl libxml2 bash gettext shadow nginx && \
rm -f /bin/sh && ln -s /bin/bash /bin/sh

RUN mkdir -p web/dist
Expand Down

0 comments on commit a55dfc8

Please sign in to comment.