Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiden committed May 8, 2020
2 parents 5016424 + 3556139 commit 284a1ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
@@ -1,7 +1,8 @@
FROM alpine:3.10 AS base
FROM ubuntu:18.04 AS base

## Install libraries by package
RUN apk add --no-cache --update libgcc libstdc++ zlib-dev libexecinfo-dev
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y tzdata

FROM base AS build

Expand All @@ -22,7 +23,7 @@ ENV OME_VERSION=master \
JEMALLOC_VERSION=5.2.1

## Install build utils
RUN apk add --no-cache --update curl perl make gcc musl-dev linux-headers tcl cmake g++ coreutils git autoconf automake libtool diffutils yasm nasm pkgconfig binutils
RUN apt-get -y install build-essential nasm autoconf libtool zlib1g-dev tclsh cmake curl pkg-config bc

## Build OpenSSL
RUN \
Expand Down

0 comments on commit 284a1ab

Please sign in to comment.