Skip to content

Commit

Permalink
build(platform): removed pyyaml from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinguy committed Dec 6, 2024
1 parent 71030d7 commit e2595f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN mkdir -p /srv && \
virtualenv venv && \
. venv/bin/activate && \
pipenv install && \
pipenv install pyyaml && \
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh && \
bash nodesource_setup.sh && \
apt-get install -y nodejs && \
Expand Down

0 comments on commit e2595f8

Please sign in to comment.