Skip to content

Commit

Permalink
Fix dockerfile inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Aug 14, 2024
1 parent 0f7b9f2 commit 5d7e128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
tini \
bash \
netcat-traditional \
git \
netcat-traditional \
tini \
&& apt-get clean

WORKDIR /rodhaj
Expand Down

0 comments on commit 5d7e128

Please sign in to comment.