Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update GrimoireLabDockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lylingzhen authored Aug 29, 2023
1 parent 17c61c1 commit 632bced
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project-management/GrimoireLabDockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Build the manager binary
FROM docker:latest as builder
FROM alpine:latest as builder

WORKDIR /workspace

RUN apk add openrc
RUN apk add git
RUN apk add docker
RUN apk add docker-compose
RUN git clone https://github.com/chaoss/grimoirelab

Expand Down

0 comments on commit 632bced

Please sign in to comment.