Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
23646303
Unverified
Commit
23646303
authored
Apr 21, 2021
by
Oleh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-4110 cleanup packages
parent
60ab42d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
DockerfileBase
DockerfileBase
+5
-5
No files found.
DockerfileBase
View file @
23646303
...
@@ -11,11 +11,11 @@ RUN apt update && \
...
@@ -11,11 +11,11 @@ RUN apt update && \
apt install -yq apt-utils && \
apt install -yq apt-utils && \
apt install -yq --no-install-recommends python-yaml vim unzip \
apt install -yq --no-install-recommends python-yaml vim unzip \
telnet git ca-certificates build-essential ocaml ocamlbuild \
telnet git ca-certificates build-essential ocaml ocamlbuild \
automake autoconf libtool wget python libssl-dev
libssl-dev
\
automake autoconf libtool wget python libssl-dev
cmake perl
\
libcurl4-openssl-dev protobuf-compiler git libprotobuf-dev
libboost-all-dev
\
libcurl4-openssl-dev protobuf-compiler git libprotobuf-dev
debhelper reprepro
\
alien cmake debhelper uuid-dev libxml2-dev ccache vim
libprotobuf10 \
libboost-all-dev alien debhelper uuid-dev libxml2-dev ccache
libprotobuf10 \
yasm
cmake flex bison libprocps-dev ccache autoconf texinfo libssl-dev
\
yasm
flex bison libprocps-dev ccache autoconf texinfo
\
lib
boost-all-dev lib
jsonrpccpp-dev curl libjsonrpccpp-tools && \
libjsonrpccpp-dev curl libjsonrpccpp-tools && \
ln -s /usr/bin/ccache /usr/local/bin/clang && \
ln -s /usr/bin/ccache /usr/local/bin/clang && \
ln -s /usr/bin/ccache /usr/local/bin/clang++ && \
ln -s /usr/bin/ccache /usr/local/bin/clang++ && \
ln -s /usr/bin/ccache /usr/local/bin/gcc && \
ln -s /usr/bin/ccache /usr/local/bin/gcc && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment