Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tooling
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
insert epic projlab name here
Tooling
Commits
78b4be9d
Commit
78b4be9d
authored
Feb 27, 2021
by
Réthelyi Bálint
Browse files
Options
Downloads
Patches
Plain Diff
seqing
parent
fefd0d77
Branches
Branches containing commit
No related tags found
1 merge request
!1
seq diagram
Pipeline
#6286
passed
Feb 27, 2021
Stage: build
Stage: docker
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
plab/Makefile
+3
-1
3 additions, 1 deletion
plab/Makefile
with
6 additions
and
4 deletions
Dockerfile
+
3
−
3
View file @
78b4be9d
FROM
texlive/texlive
RUN
export
DEBIAN_FRONTEND
=
noninteractive
&&
apt-get update
&&
apt-get
-y
upgrade
&&
apt-get
-y
install
openjdk-11-jdk-headless hunspell hunspell-hu hunspell-en-gb hunspell-en-us
RUN
export
DEBIAN_FRONTEND
=
noninteractive
&&
apt-get update
&&
apt-get
-y
upgrade
&&
apt-get
-y
install
openjdk-11-jdk-headless hunspell hunspell-hu hunspell-en-gb hunspell-en-us
python3-pip
&&
pip3
install
javalang
COPY
tikz-uml.sty /usr/local/texlive/2020/texmf-dist/tex/latex/tikz-uml/tikz-uml.sty
COPY
jsonDoclet.jar /root/jsonDoclet.jar
COPY
./plab/out/plab /usr/bin/plab
#ADD robinbird/build/distributions/robinbird.tar /
RUN
mktexlsr
RUN
chmod
+x gen_seq_diag.py
COPY
gen_seq_diag.py /
RUN
chmod
+x /gen_seq_diag.py
\ No newline at end of file
This diff is collapsed.
Click to expand it.
plab/Makefile
+
3
−
1
View file @
78b4be9d
...
...
@@ -2,5 +2,7 @@ build:
mkdir
-p
out
go build
-v
-race
-ldflags
"-linkmode external -extldflags '-static'"
-a
-o
out/plab
pwd
=
$(
shell
pwd
)
podman
:
podman run
--rm
-it
-v
$PWD
:/build golang:alpine sh
-c
"apk add make build-base; cd /build; make"
\ No newline at end of file
podman run
--rm
-it
-v
${
pwd
}
:/build golang:alpine sh
-c
"apk add make build-base; cd /build; make"
\ 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