Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-images
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Tung Huynh
docker-images
Commits
e0be6317
Commit
e0be6317
authored
1 year ago
by
Matthias Dressel
Browse files
Options
Downloads
Patches
Plain Diff
vlc-debian-win64: Remove environment var exports
The ENV instruction already exports these variables.
parent
e34679b3
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
vlc-debian-win64/Dockerfile
+0
-4
0 additions, 4 deletions
vlc-debian-win64/Dockerfile
with
0 additions
and
4 deletions
vlc-debian-win64/Dockerfile
+
0
−
4
View file @
e0be6317
...
...
@@ -29,10 +29,6 @@ RUN set -x && \
addgroup
--quiet
--gid
${
VIDEOLAN_UID
}
videolan
&&
\
adduser
--quiet
--uid
${
VIDEOLAN_UID
}
--ingroup
videolan videolan
&&
\
echo
"videolan:videolan"
| chpasswd
&&
\
echo
"export TARGET_TUPLE=
${
TARGET_TUPLE
}
"
>>
/etc/profile.d/vlc_env.sh
&&
\
echo
"export TOOLCHAIN_PREFIX=
${
TOOLCHAIN_PREFIX
}
"
>>
/etc/profile.d/vlc_env.sh
&&
\
echo
"export MINGW_PREFIX=
${
MINGW_PREFIX
}
"
>>
/etc/profile.d/vlc_env.sh
&&
\
echo
"export PATH=
${
TOOLCHAIN_PREFIX
}
/bin:
\$
PATH"
>>
/etc/profile.d/vlc_env.sh
&&
\
apt-get update
-qq
&&
apt-get
install
-qqy
--no-install-suggests
--no-install-recommends
\
git wget bzip2 file libwine-dev unzip libtool libtool-bin libltdl-dev pkg-config ant
\
build-essential automake texinfo ragel yasm p7zip-full autopoint
\
...
...
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