Fix build process for import scripts.

This commit is contained in:
Spencer Ofwiti
2021-06-22 13:08:28 +03:00
parent 28de7a4eac
commit fa6b6a8ed8
3 changed files with 133 additions and 77 deletions

View File

@@ -1,6 +1,7 @@
# syntax = docker/dockerfile:1.2
FROM python:3.8.6-slim-buster as compile-image
RUN apt-get clean
RUN apt-get update
RUN apt-get install -y --no-install-recommends git gcc g++ libpq-dev gawk jq telnet wget openssl iputils-ping gnupg socat bash procps make python2 cargo