Removed upgrade on docker build
This commit is contained in:
parent
31662a4cf2
commit
42dab34d17
@ -1,7 +1,6 @@
|
|||||||
FROM python:3.11-slim-bookworm
|
FROM python:3.11-slim-bookworm
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
|
||||||
apt-get install -y --no-install-recommends wget unzip && \
|
apt-get install -y --no-install-recommends wget unzip && \
|
||||||
wget -O "bw.zip" "https://vault.bitwarden.com/download/?app=cli&platform=linux" && \
|
wget -O "bw.zip" "https://vault.bitwarden.com/download/?app=cli&platform=linux" && \
|
||||||
unzip bw.zip && \
|
unzip bw.zip && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user