Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy authored Dec 16, 2024
1 parent 682e550 commit b7a5c4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ RUN GO_JSON=$(curl -s https://go.dev/dl/?mode=json) && \
tar -C /usr/local -xzf ${GO_LATEST}.linux-${GO_ARCH}.tar.gz && \
rm ${GO_LATEST}.linux-${GO_ARCH}.tar.gz

# Install Ruby and Python packages using uv
RUN uv install checkmate5

# Clone repositories
RUN git clone https://github.com/tcosolutions/betterscan.git /srv/betterscan && \
Expand Down

0 comments on commit b7a5c4b

Please sign in to comment.