Skip to content

Commit

Permalink
Change: Adjust container
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisschiwy authored and greenbonebot committed Sep 25, 2024
1 parent 810dfa4 commit 4a5073f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN apt-get update && \
rsync \
python3 \
pipx \
openssh-client \
python3-pip && \
apt-get remove --purge --auto-remove -y && \
rm -rf /var/lib/apt/lists/*
Expand All @@ -48,6 +49,7 @@ COPY .docker/entrypoint.sh /usr/local/bin/entrypoint
RUN python3 -m pip install --break-system-packages /greenbone-feed-sync/*

RUN chown -R gvm:gvm /greenbone-feed-sync && \
chown -R gvm:gvm /var/lib/ && \
chmod 755 /usr/local/bin/entrypoint

ENTRYPOINT [ "/usr/local/bin/entrypoint" ]
Expand Down

0 comments on commit 4a5073f

Please sign in to comment.