Skip to content

Commit

Permalink
chore: Fix Dockerfile indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 16, 2024
1 parent 73f277c commit dffb11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_django
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.11

RUN apt-get update && apt-get install -y --no-install-recommends \
gettext \
&& rm -rf /var/lib/apt/lists/*
gettext \
&& rm -rf /var/lib/apt/lists/*

RUN groupadd -r runner && useradd --no-log-init -r -g runner runner

Expand Down

0 comments on commit dffb11a

Please sign in to comment.