Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from eosnetworkfoundation/cicd
Browse files Browse the repository at this point in the history
cicd
  • Loading branch information
tbfleming authored Jan 12, 2022
2 parents 1b701a2 + 18d80f2 commit f58d942
Show file tree
Hide file tree
Showing 5 changed files with 421 additions and 489 deletions.
30 changes: 30 additions & 0 deletions .cicd/platforms/unpinned/ubuntu-20.04-unpinned.dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
FROM ubuntu:20.04

# install dependencies.
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -yq \
binaryen \
build-essential \
ccache \
cmake \
curl \
dumb-init \
git \
jq \
libboost-all-dev \
libcurl4-openssl-dev \
libgmp-dev \
libssl-dev \
libtinfo5 \
libusb-1.0-0-dev \
libzstd-dev \
llvm-11-dev \
ninja-build \
npm \
pkg-config \
time \
&& apt-get clean -yq \
&& rm -rf /var/lib/apt/lists/*

ENTRYPOINT ["/usr/bin/dumb-init", "--"]
Loading

0 comments on commit f58d942

Please sign in to comment.