Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hitch-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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
hitch-docker
Commits
6f6f07d5
Commit
6f6f07d5
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Skip building the man pages.
Not needed in the image.
parent
5f78a9fc
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-5
4 additions, 5 deletions
Dockerfile
with
4 additions
and
5 deletions
Dockerfile
+
4
−
5
View file @
6f6f07d5
...
@@ -11,7 +11,6 @@ RUN apk add --update --no-cache \
...
@@ -11,7 +11,6 @@ RUN apk add --update --no-cache \
flex
\
flex
\
libev-dev
\
libev-dev
\
openssl-dev
\
openssl-dev
\
py3-docutils
\
;
;
ARG
Version
ARG
Version
ENV
VERSION="$Version"
ENV
VERSION="$Version"
...
@@ -19,10 +18,10 @@ RUN wget "https://github.com/varnish/hitch/archive/${VERSION}.tar.gz" && \
...
@@ -19,10 +18,10 @@ RUN wget "https://github.com/varnish/hitch/archive/${VERSION}.tar.gz" && \
tar
--no-same-owner
--no-same-permissions
-xzf
"
${
VERSION
}
.tar.gz"
tar
--no-same-owner
--no-same-permissions
-xzf
"
${
VERSION
}
.tar.gz"
ENV
LDFLAGS="--static"
ENV
LDFLAGS="--static"
WORKDIR
/hitch-$Version
WORKDIR
/hitch-$Version
RUN
./bootstrap
&&
\
RUN
./bootstrap
--disable-documentation
&&
\
make
&&
\
make
ENABLE_DOCUMENTATION
=
0
&&
\
make
install
make
install
&&
\
RUN
make check
make check
FROM
alpine:$AlpineVersion
FROM
alpine:$AlpineVersion
# hadolint ignore=DL3018
# hadolint ignore=DL3018
...
...
This diff is collapsed.
Click to expand it.
nimrod
@nimrod
mentioned in commit
2936a276
·
4 years ago
mentioned in commit
2936a276
mentioned in commit 2936a2760f7228019e5abef8840976a602814316
Toggle commit list
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