Skip to content

Commit d525a74

Browse files
authored
Add git to docker container (#13)
Without git, it is not possible to do a recursive checkout in a GitHub workflow. Git in the container is already really useful for a other development or building workflows.
1 parent 98a6631 commit d525a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ RUN git clone https://github.com/vitasdk/vdpm.git --depth=1 && \
1111
# Second stage of Dockerfile
1212
FROM vitasdk/buildscripts:latest
1313

14-
RUN apk add --no-cache bash make pkgconf curl fakeroot libarchive-tools file xz cmake sudo
14+
RUN apk add --no-cache bash make pkgconf curl fakeroot libarchive-tools file xz cmake sudo git
1515

1616
COPY --from=0 --chown=user ${VITASDK} ${VITASDK}

0 commit comments

Comments
 (0)