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
4050b97e
Unverified
Commit
4050b97e
authored
Aug 16, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-3039-added-curl
parent
64d98b95
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
Dockerfile
Dockerfile
+1
-0
DockerfileBase
DockerfileBase
+1
-1
DockerfileSimulation
DockerfileSimulation
+1
-0
No files found.
Dockerfile
View file @
4050b97e
FROM
skalenetwork/sgxwallet_base:latest
COPY
. /usr/src/sdk
RUN
apt-install curl
WORKDIR
/usr/src/sdk
RUN
touch
/var/hwmode
...
...
DockerfileBase
View file @
4050b97e
...
...
@@ -15,7 +15,7 @@ RUN apt update && \
libcurl4-openssl-dev protobuf-compiler git libprotobuf-dev libboost-all-dev \
alien cmake debhelper uuid-dev libxml2-dev ccache vim libprotobuf10 \
yasm cmake flex bison libprocps-dev ccache autoconf texinfo libssl-dev \
libboost-all-dev libjsonrpccpp-dev libjsonrpccpp-tools && \
libboost-all-dev 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/gcc && \
...
...
DockerfileSimulation
View file @
4050b97e
FROM skalenetwork/sgxwallet_base:latest
RUN apt-install curl
RUN ccache -sz
...
...
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