Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Sep 25, 2019
1 parent ded2096 commit 709eb50
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
FROM debian:stretch-slim as builder

RUN apk add --no-cache \
ca-certificates \
autoconf \
automake \
build-base \
libressl \
libtool \
gmp-dev \
python \
python-dev \
python3 \
py3-mako \
sqlite-dev \
wget \
git \
file \
gnupg \
swig \
zlib-dev
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates autoconf automake build-essential git libtool libgmp-dev \
libsqlite3-dev python python3 python3-mako net-tools zlib1g-dev wget gnupg dirmngr gettext

WORKDIR /opt

Expand Down

0 comments on commit 709eb50

Please sign in to comment.