mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
install gpg
This commit is contained in:
parent
d6edd59450
commit
7d33f10c05
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ COPY poetry.lock pyproject.toml ./
|
|||
# Install and setup poetry
|
||||
RUN pip install -U pip \
|
||||
&& apt-get update \
|
||||
&& apt install -y curl netcat gcc python3-dev \
|
||||
&& apt install -y curl netcat gcc python3-dev gnupg \
|
||||
&& curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - \
|
||||
# Remove curl and netcat from the image
|
||||
&& apt-get purge -y curl netcat \
|
||||
|
|
Loading…
Reference in a new issue