Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rust CI Image
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Infrastructure Components
Rust CI Image
Commits
ee469690
Verified
Commit
ee469690
authored
3 months ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Include db dev packages in sys
parent
d020fb82
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#649
passed with stage
Stage:
in 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
ee469690
...
...
@@ -10,7 +10,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
&&
useradd
--uid
$USER_UID
--gid
$USER_GID
-m
$USERNAME
RUN
apt-get update
&&
\
apt-get
install
-y
sudo
curl wget zip unzip make build-essential clang rustup
&&
\
apt-get
install
-y
sudo
curl wget zip unzip make build-essential clang rustup
libpq-dev libsqlite3-dev
&&
\
rm
-rf
/var/lib/apt/lists/
*
RUN
echo
$USERNAME
ALL
=
\(
root
\)
NOPASSWD:ALL
>
/etc/sudoers.d/
$USERNAME
&&
\
...
...
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