Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
facebook
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
mautrix
facebook
Commits
298953da
Commit
298953da
authored
4 years ago
by
Dan Pastusek
Browse files
Options
Downloads
Patches
Plain Diff
add jq / yq, and TARGETARCH
parent
e2165ef0
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
Dockerfile
+8
-1
8 additions, 1 deletion
Dockerfile
with
8 additions
and
1 deletion
Dockerfile
+
8
−
1
View file @
298953da
FROM
docker.io/alpine:3.12
FROM
docker.io/alpine:3.12
ARG
TARGETARCH=amd64
RUN
echo
$'
\
RUN
echo
$'
\
@edge http://dl-cdn.alpinelinux.org/alpine/edge/main
\n\
@edge http://dl-cdn.alpinelinux.org/alpine/edge/main
\n\
@edge http://dl-cdn.alpinelinux.org/alpine/edge/testing
\n\
@edge http://dl-cdn.alpinelinux.org/alpine/edge/testing
\n\
...
@@ -32,7 +34,12 @@ RUN apk add --no-cache \
...
@@ -32,7 +34,12 @@ RUN apk add --no-cache \
py3-pysocks \
py3-pysocks \
# Other dependencies
# Other dependencies
ca-certificates \
ca-certificates \
su-exec
su-exec \
bash \
curl \
jq && \
curl -sLo yq https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_${TARGETARCH} && \
chmod +x yq && mv yq /usr/bin/yq
COPY
requirements.txt /opt/mautrix-facebook/requirements.txt
COPY
requirements.txt /opt/mautrix-facebook/requirements.txt
COPY
optional-requirements.txt /opt/mautrix-facebook/optional-requirements.txt
COPY
optional-requirements.txt /opt/mautrix-facebook/optional-requirements.txt
...
...
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