Skip to content

Commit

Permalink
Remove unneeded createrepo_c
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored and dduportal committed Jun 8, 2022
1 parent 2b2a449 commit e225d61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ENV LANG C.UTF-8
RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
apt-utils \
createrepo-c \
curl \
build-essential \
debhelper \
Expand Down Expand Up @@ -131,7 +130,7 @@ RUN mkdir "${HOME}"/.ssh \

RUN git config --global pull.rebase false

LABEL io.jenkins-infra.tools="createrepo,bash,debhelper,fakeroot,git,gpg,gh,jx-release-version,java,jv,jenkins-agent,make"
LABEL io.jenkins-infra.tools="bash,debhelper,fakeroot,git,gpg,gh,jx-release-version,java,jv,jenkins-agent,make"
LABEL io.jenkins-infra.tools.gh.version="${GH_VERSION}"
LABEL io.jenkins-infra.tools.jx-release-version.version="${JX_RELEASE_VERSION}"
LABEL io.jenkins-infra.tools.jenkins-agent.version="${JENKINS_AGENT_VERSION}"
Expand Down

0 comments on commit e225d61

Please sign in to comment.