Skip to content

Commit

Permalink
remove python from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampa1R committed Nov 12, 2023
1 parent 21b583d commit 19e8c79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ FROM node:20.9.0-slim

ENV USER=evobot

# install python and make
RUN apt-get update && \
apt-get install -y python3 build-essential && \
apt-get purge -y --auto-remove

# create evobot user
RUN groupadd -r ${USER} && \
useradd --create-home --home /home/evobot -r -g ${USER} ${USER}
Expand Down

0 comments on commit 19e8c79

Please sign in to comment.