Removed upgrade on docker build

This commit is contained in:
Roger Gonzalez 2024-02-20 15:23:26 -03:00
parent 31662a4cf2
commit 42dab34d17
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -1,7 +1,6 @@
FROM python:3.11-slim-bookworm
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends wget unzip && \
wget -O "bw.zip" "https://vault.bitwarden.com/download/?app=cli&platform=linux" && \
unzip bw.zip && \