Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
devcontainer ctan ins
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
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INS Public
latex
devcontainer ctan ins
Commits
166fa7c9
Verified
Commit
166fa7c9
authored
1 year ago
by
Jan Untersander
Browse files
Options
Downloads
Patches
Plain Diff
Remove rubber/gummi and add ins-latex-template to texmf
parent
e220d4b8
No related branches found
No related tags found
No related merge requests found
Pipeline
#345088
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+5
-11
5 additions, 11 deletions
Dockerfile
init.sh
+8
-1
8 additions, 1 deletion
init.sh
with
13 additions
and
12 deletions
Dockerfile
+
5
−
11
View file @
166fa7c9
FROM
mcr.microsoft.com/devcontainers/base:ubuntu-22.04
LABEL
maintainer="J
ulian Klaib
er, Urs Baumann
, Yannick Zwicker
"
LABEL
maintainer="J
an Untersand
er, Urs Baumann"
ENV
DEBIAN_FRONTEND noninteractive
...
...
@@ -11,24 +11,18 @@ RUN apt-get update -q \
wget
\
libfontconfig1
\
locales
\
rubber
\
python3
\
python3-pip
\
python3-pygments
\
fonts-liberation
\
vim
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
pip3
install
gummi
# Setting locales
RUN
sed
-i
'/en_US.UTF-8/s/^# //g'
/etc/locale.gen
&&
\
locale-gen
ENV
LANG en_US.UTF-8
ENV
LANGUAGE en_US:en
ENV
LC_ALL en_US.UTF-8
ENV
LANG en_US.UTF-8
ENV
LANGUAGE en_US:en
ENV
LC_ALL en_US.UTF-8
# Install TexLive
# Install TexLive
RUN
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
;
\
mkdir
/install-tl-unx
;
\
tar
-xvf
install-tl-unx.tar.gz
-C
/install-tl-unx
--strip-components
=
1
;
\
...
...
This diff is collapsed.
Click to expand it.
init.sh
+
8
−
1
View file @
166fa7c9
...
...
@@ -41,9 +41,16 @@ install_dependencies () {
done
}
add_ins_tex_template
()
{
# git clone ins tex template into texmf directory like:
mkdir
-p
`
kpsewhich
-var-value
=
TEXMFHOME
`
/tex/ins-latex-template
git clone https://gitlab.ost.ch/ins-public/latex/ins-latex-template.git
`
kpsewhich
-var-value
=
TEXMFHOME
`
/tex/ins-latex-template/
}
detect_architecture
detect_package_year
set_environment
enable_git_autocomplete
install_basic_packages
install_dependencies
\ No newline at end of file
install_dependencies
add_ins_tex_template
\ No newline at end of file
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