Skip to content

Commit

Permalink
fix hadolint issues for iatlas-data
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Mar 18, 2024
1 parent 1a7482c commit fe15927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/iatlas/data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ RUN apt-get update -qq -y && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /
COPY requirements.txt requirements.txt
COPY src/ /src

RUN pip3 install -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt

WORKDIR /
COPY docker-entrypoint.sh ./
RUN chmod +x docker-entrypoint.sh

Expand Down

0 comments on commit fe15927

Please sign in to comment.