Skip to content

Commit

Permalink
Merge docker layers
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Jan 25, 2024
1 parent cedb22c commit a3d6aa1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ RUN apt-get update && apt-get install -y --force-yes --no-install-recommends \
libxslt1-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN pip install --upgrade pip

RUN pip install uwsgi

RUN groupadd --force --gid $GID sipa \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& pip install --upgrade pip \
&& pip install uwsgi \
&& groupadd --force --gid $GID sipa \
&& useradd --non-unique --home-dir /opt/sipa --create-home --uid $UID --gid $GID --comment "Application" sipa

WORKDIR /opt/sipa
Expand Down

0 comments on commit a3d6aa1

Please sign in to comment.