Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Nora Puchreiner
Nix
Commits
1e20ed5a
Unverified
Commit
1e20ed5a
authored
6 years ago
by
Domen Kožar
Browse files
Options
Downloads
Patches
Plain Diff
Dockerfile: update to 2.0.1
parent
a8c61cef
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
misc/docker/Dockerfile
+2
-2
2 additions, 2 deletions
misc/docker/Dockerfile
with
2 additions
and
2 deletions
misc/docker/Dockerfile
+
2
−
2
View file @
1e20ed5a
...
@@ -4,8 +4,8 @@ FROM alpine
...
@@ -4,8 +4,8 @@ FROM alpine
RUN
apk add
--update
openssl
RUN
apk add
--update
openssl
# Download Nix and install it into the system.
# Download Nix and install it into the system.
RUN
wget https://nixos.org/releases/nix/nix-2.0/nix-2.0-x86_64-linux.tar.bz2
\
RUN
wget https://nixos.org/releases/nix/nix-2.0
.1
/nix-2.0
.1
-x86_64-linux.tar.bz2
\
&&
echo
"
6312837aee33306cdbb351b75ba1638b89d21b30f0caf0346f9a742425f197ee
nix-2.0-x86_64-linux.tar.bz2"
|
sha256sum
-c
\
&&
echo
"
8b8f0b8d3912273b037dcc51497df7bbc9529dbad48aeadf322ca27c4c4c7a90
nix-2.0
.1
-x86_64-linux.tar.bz2"
|
sha256sum
-c
\
&&
tar
xjf nix-
*
-x86_64-linux
.tar.bz2
\
&&
tar
xjf nix-
*
-x86_64-linux
.tar.bz2
\
&&
addgroup
-g
30000
-S
nixbld
\
&&
addgroup
-g
30000
-S
nixbld
\
&&
for
i
in
$(
seq
1 30
)
;
do
adduser
-S
-D
-h
/var/empty
-g
"Nix build user
$i
"
-u
$((
30000
+
i
))
-G
nixbld nixbld
$i
;
done
\
&&
for
i
in
$(
seq
1 30
)
;
do
adduser
-S
-D
-h
/var/empty
-g
"Nix build user
$i
"
-u
$((
30000
+
i
))
-G
nixbld nixbld
$i
;
done
\
...
...
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