Browse Source

Update Dockerfile

pull/1088/head
Hironsan 4 years ago
parent
commit
ccc1c3cfc3
1 changed files with 0 additions and 1 deletions
  1. 1
      Dockerfile

1
Dockerfile

@ -14,7 +14,6 @@ RUN apk add -U --no-cache git python3 make g++ \
FROM python:${PYTHON_VERSION}-slim-buster AS backend-builder
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends netcat libpq-dev unixodbc-dev g++ && \
apt-get clean

Loading…
Cancel
Save