fix: bug: agents Dockerfile build fails — SOPS checksum download unreachable (#120) #122
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ RUN useradd -m -u 1000 -s /bin/bash agent
|
||||||
# Copy disinto code into the image
|
# Copy disinto code into the image
|
||||||
COPY . /home/agent/disinto
|
COPY . /home/agent/disinto
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY docker/agents/entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
# Entrypoint runs as root to start the cron daemon;
|
# Entrypoint runs as root to start the cron daemon;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue