Skip to content

Commit

Permalink
something weird happening here with WORKDIR /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Jul 11, 2023
1 parent 2da038f commit cd8b16e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/base/4.3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ RUN groupadd --gid 4004 noteable && \
chown --recursive noteable:noteable /srv/noteable && \
mkdir -p /etc/noteable && chown noteable:noteable /etc/noteable

WORKDIR /tmp

# Install tini to manage passing signals to the child kernel process
ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini

# Use micromamba and set up a virtual environment so we can install packages without root
COPY apt-install /usr/bin/
# hadolint ignore=DL3045
COPY Aptfile .
RUN /usr/bin/apt-install Aptfile

Expand Down

0 comments on commit cd8b16e

Please sign in to comment.