Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SWP_2019_Sancus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esrag95
SWP_2019_Sancus
Commits
5cdca586
Commit
5cdca586
authored
2 years ago
by
antoo98
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile: use 128 bits security instead of 64
parent
529d0fbd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile
+6
-3
6 additions, 3 deletions
docker/Dockerfile
with
6 additions
and
3 deletions
docker/Dockerfile
+
6
−
3
View file @
5cdca586
...
@@ -8,14 +8,17 @@ RUN echo "Europe/Brussels" > /etc/timezone
...
@@ -8,14 +8,17 @@ RUN echo "Europe/Brussels" > /etc/timezone
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-yqq
tzdata
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-yqq
tzdata
# Config parameters
# Config parameters
ARG
SANCUS_SECURITY=64
ARG
SANCUS_SECURITY=128
ARG
SANCUS_KEY=deadbeefcafebabe
# ARG SANCUS_KEY=deadbeefcafebabe
ARG
SANCUS_KEY=deadbeefcafebabec0defeeddefec8ed
WORKDIR
sancus
WORKDIR
sancus
# Build and install latest Sancus toolchain
# Build and install latest Sancus toolchain
RUN
git clone https://github.com/sancus-pma/sancus-main.git .
RUN
git clone https://github.com/sancus-pma/sancus-main.git .
RUN
git checkout 6783c51
RUN
echo
"UBUNTU := 1"
>>
Makefile.config
RUN
echo
"UBUNTU := 1"
>>
Makefile.config
RUN
make
install
clean
\
RUN
sed
-i
"s/-include/include/"
Makefile
# make should fail if other Makefiles are missing
RUN
make
--warn-undefined-variables
install
clean
\
SANCUS_SECURITY
=
$SANCUS_SECURITY
SANCUS_KEY
=
$SANCUS_KEY
SANCUS_SECURITY
=
$SANCUS_SECURITY
SANCUS_KEY
=
$SANCUS_KEY
# Display a welcome message for interactive sessions
# Display a welcome message for interactive sessions
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment