Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
48cec80381
|
+1
-7
@@ -3,10 +3,9 @@
|
|||||||
# gcc, ffmpeg, node 22, npm, procps, xz-utils, s6-overlay.
|
# gcc, ffmpeg, node 22, npm, procps, xz-utils, s6-overlay.
|
||||||
|
|
||||||
ARG HERMES_AGENT_VERSION=v2026.6.5
|
ARG HERMES_AGENT_VERSION=v2026.6.5
|
||||||
|
# hadolint ignore=DL3002
|
||||||
FROM nousresearch/hermes-agent:${HERMES_AGENT_VERSION}
|
FROM nousresearch/hermes-agent:${HERMES_AGENT_VERSION}
|
||||||
|
|
||||||
USER root
|
|
||||||
|
|
||||||
# Install system packages and HashiCorp repo
|
# Install system packages and HashiCorp repo
|
||||||
# hadolint ignore=DL3008
|
# hadolint ignore=DL3008
|
||||||
RUN apt-get update -qq && apt-get upgrade -qq --yes --no-install-recommends \
|
RUN apt-get update -qq && apt-get upgrade -qq --yes --no-install-recommends \
|
||||||
@@ -14,8 +13,3 @@ RUN apt-get update -qq && apt-get upgrade -qq --yes --no-install-recommends \
|
|||||||
jq \
|
jq \
|
||||||
&& apt-get -qq --yes autoremove --purge \
|
&& apt-get -qq --yes autoremove --purge \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Drop back to the base image's default user
|
|
||||||
ARG HERMES_UID=10000
|
|
||||||
ARG HERMES_GID=10000
|
|
||||||
USER ${HERMES_UID}:${HERMES_GID}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user