Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rel-6.5.2229'
Browse files Browse the repository at this point in the history
  • Loading branch information
Crunch.io Jenkins Account committed Nov 7, 2023
2 parents ce53141 + a463da8 commit 8ebc804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jenkins/Dockerfile.rcrunch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install build-essential libtiff5-dev libfribidi-de
RUN groupadd --gid ${GROUP} jenkins \
&& useradd --uid ${USER} --gid jenkins --shell /bin/bash --create-home -d ${HOMEDIR} jenkins
# Copy only the minimal amount of the package to install dependencies
COPY --chown=jenkins:jenkins ./DESCRIPTION ./Makefile ${HOMEDIR}
COPY --chown=jenkins:jenkins ./DESCRIPTION ./Makefile ${HOMEDIR}/
WORKDIR ${HOMEDIR}
RUN echo 'local({\n\
r <- getOption("repos")\n\
Expand Down

0 comments on commit 8ebc804

Please sign in to comment.