Skip to content

Commit

Permalink
add updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 21, 2024
1 parent a60d583 commit efa9f5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ LABEL maintainer="[email protected]"
# copy the app
COPY . /app

# update base image
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential \
python3-pip \
python3-setuptools \
python3-wheel

# install wis2box_auth
RUN cd /app \
&& pip3 install -r requirements.txt \
Expand Down

0 comments on commit efa9f5b

Please sign in to comment.