Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Feb 6, 2024
1 parent c89b710 commit 8e14ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN rm /tmp/wheels/*pylibemu*
RUN mv /tmp/wheelhouse/* /tmp/wheels/

FROM python:3.11-slim
MAINTAINER "Angelo Dell'Aera"
LABEL maintainer="Angelo Dell'Aera"

RUN groupadd -r thug && \
useradd -r -g thug -d /home/thug -s /sbin/nologin -c "Thug User" thug && \
Expand Down

0 comments on commit 8e14ba3

Please sign in to comment.