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 1a5d8f6 commit 2684b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-management/GrimoireLabDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM alpine:latest as builder

WORKDIR /workspace

RUN apk add git
RUN git clone https://github.com/chaoss/grimoirelab


Expand All @@ -11,7 +12,6 @@ FROM alpine:latest
WORKDIR /workspace

RUN apk add openrc
RUN apk add git
RUN apk add docker
RUN apk add docker-compose

Expand Down

0 comments on commit 2684b9d

Please sign in to comment.