Skip to content

Commit

Permalink
update dockerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Sep 22, 2024
1 parent 899ad81 commit 53f7456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

LABEL org.opencontainers.image.title="OpenSanctions yente"
LABEL org.opencontainers.image.licenses="MIT"
Expand All @@ -20,7 +20,7 @@ RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
&& groupadd -g 10000 -r app \
&& useradd -m -u 10000 -s /bin/false -g app app

ENV LANG='en_US.UTF-8' \
ENV LANG="en_US.UTF-8" \
TZ="UTC"

RUN python3 -m venv /venv
Expand Down

0 comments on commit 53f7456

Please sign in to comment.