Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quassel-docker
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Janne Mareike Koschinski
quassel-docker
Commits
acc6a7b7
Verified
Commit
acc6a7b7
authored
2 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
build: correct build erors
parent
865b7ca0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2933
failed
2 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile.trunk
+5
-3
5 additions, 3 deletions
Dockerfile.trunk
Dockerfile.v0.14
+5
-3
5 additions, 3 deletions
Dockerfile.v0.14
with
10 additions
and
6 deletions
Dockerfile.trunk
+
5
−
3
View file @
acc6a7b7
...
...
@@ -17,11 +17,12 @@ RUN apk add --no-cache \
boost-dev \
qt5-qtbase-dev \
qt5-qtbase-postgresql \
qt5-qtbase-sqlite
qt5-qtbase-sqlite \
qca-dev
# setup repo
RUN mkdir /quassel && \
git clone -
b master --single-branch
https://github.com/quassel/quassel /quassel/src && \
git clone -
-recursive
https://github.com/quassel/quassel /quassel/src && \
cd /quassel/src
# generate build files
...
...
@@ -57,7 +58,8 @@ RUN apk add --no-cache \
libldap \
qt5-qtbase \
qt5-qtbase-postgresql \
qt5-qtbase-sqlite
qt5-qtbase-sqlite \
qca
# copy binaries
COPY --from=builder /quassel/install/bin /usr/bin/
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.v0.14
+
5
−
3
View file @
acc6a7b7
...
...
@@ -17,11 +17,12 @@ RUN apk add --no-cache \
boost-dev \
qt5-qtbase-dev \
qt5-qtbase-postgresql \
qt5-qtbase-sqlite
qt5-qtbase-sqlite \
qca-dev
# setup repo
RUN mkdir /quassel && \
git clone -
b master --single-branch
https://github.com/quassel/quassel /quassel/src && \
git clone -
-recursive
https://github.com/quassel/quassel /quassel/src && \
cd /quassel/src && \
git checkout $QUASSEL_VERSION
...
...
@@ -58,7 +59,8 @@ RUN apk add --no-cache \
libldap \
qt5-qtbase \
qt5-qtbase-postgresql \
qt5-qtbase-sqlite
qt5-qtbase-sqlite \
qca
# copy binaries
COPY --from=builder /quassel/install/bin /usr/bin/
...
...
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