Skip to content

Commit 2d6f7c7

Browse files
add apt-get upgrade (#7)
1 parent ff2ffbc commit 2d6f7c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openclaw/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ WORKDIR /app
133133
RUN --mount=type=cache,id=openclaw-bookworm-apt-cache,target=/var/cache/apt,sharing=locked \
134134
--mount=type=cache,id=openclaw-bookworm-apt-lists,target=/var/lib/apt,sharing=locked \
135135
apt-get update && \
136+
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y --no-install-recommends && \
136137
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
137138
procps hostname curl git openssl
138139

0 commit comments

Comments
 (0)