alpine-linux Questions
6
Solved
I have an alpine running container which contains some binaries in usr/local/bin
When I ls the content of usr/local/bin I got this output :
/usr/local/bin # ls
dwg2SVG dwg2dxf dwgadd dwgbmp dwgfilt...
Gorges asked 6/4, 2021 at 5:18
3
Solved
I have an operating environment that is Alpine linux only and I need to install VS Code. How can VS Code be run on Alpine Linux?
Diecious asked 20/10, 2018 at 11:19
5
Solved
I am having a really hard time trying to install a stable data science package configuration in docker. This should be easier with such mainstream, relevant tools.
The following is the Dockerfile...
Positively asked 26/2, 2019 at 16:45
3
Solved
I want to add terraform version 0.12.21 in an alpine container, but I can only add 0.11.0 using apk. If I try to add it as the desired version I get the following error:
/ # apk upgrade terraform==...
Gastric asked 24/7, 2020 at 20:26
4
Solved
How can I get /etc/profile to run automatically when starting an Alpine Docker container interactively? I have added some aliases to an aliases.sh file and placed it in /etc/profile.d, but when I s...
Scaly asked 25/6, 2016 at 1:39
2
Solved
First things first:
Alpine Version 3.9.0
perf[from:http://dl-cdn.alpinelinux.org/alpine/edge/testing] 4.18.13
Docker 18.09.3 build 774a1f4
My Dockerfile
FROM alpine:latest
# Set the working d...
Edmundoedmunds asked 3/3, 2019 at 5:39
6
Solved
I've installed OpenSSH and now I wish to run it as described in the documentation by running /etc/init.d/sshd start. However it does not start:
/ # /etc/init.d/sshd start
/bin/ash: /etc/init.d/s...
Brenneman asked 29/2, 2016 at 2:22
2
Solved
I got this curious problem with Alpine. I want to check the checksum of a file inside a bash console. It works under CentOS but not under Alpine. Where is the error?
Under CentOS
$ sha1sum /bin/t...
Infeld asked 27/5, 2016 at 16:47
5
Solved
I'm trying to install gevent on docker image python:3.8.0a4-alpine3.9 which is running gunicorn.
When building the docker, I always get an error "gcc failed with exit status 1".
I've trie...
Florist asked 3/6, 2019 at 17:54
2
On Alpine 3.10.1, I'm trying to run RSpec with headless_chrome.
config.before(:each, type: :system, js: true) do
driven_by :selenium, using: :headless_chrome
end
I have installed capybara and...
Anticline asked 16/8, 2019 at 22:24
2
Solved
So I have this Dockerfile that attempts to install ImageMagick the following way:
FROM ruby:2.4-alpine
...
RUN apk --update add imagemagick
...
The point is that the container doesn't recogni...
Crawly asked 26/9, 2017 at 0:1
1
Solved
I have a problem that started very recently. The Docker Alpine Python library is not installable any more:
apk update && apk upgrade && apk add python
fetch https://dl-cdn.al...
Evangelinaevangeline asked 5/11, 2021 at 23:20
5
Solved Wow, these guys are fast... It's basically this https://github.com/pyca/cryptography/issues/2750 It turned out that a security update for openssl was released (DROWN Attack) and that update ...
Mcnew asked 2/3, 2016 at 1:3
2
When I try to run ' docker-compose up" the command prompt throws the below error :
$ docker-compose up
Building tomcat
unknown flag: --iidfile
See 'docker build --help'.
ERROR: Service 'tomcat...
Period asked 8/4, 2021 at 19:9
4
Solved
I'm trying to build a docker image that has the openjdk:8-alpine as base.
The problem is when I try to execute a script.sh, returning me the following message:
/bin/sh: bin/script.sh: not found
...
Intertype asked 13/11, 2017 at 18:18
1
Solved
We are trying to install and run nginx on java based alpine image (anapsix/alpine-java:7_jdk) but we are facing below error when we start it
rc-service nginx start
/lib/rc/sh/openrc-run.sh: line 25...
Entertainer asked 17/9, 2021 at 6:36
1
Solved
I am installing imagemagick on Alpine, which picks up 7.0.10 version of imagemagick.
My primary use is to covert WMF to PNG.
But convert sample.wmf sample.png gives error
convert: no decode delegat...
Unselfish asked 6/9, 2021 at 21:41
1
Please how should i install psycopg2-binary on my python image.
I tried pip install psycopg2-binary==2.8.2 but i got this error
ERROR: Could not find a version that satisfies the requirement psycop...
Durnan asked 25/8, 2021 at 12:9
2
Solved
I'm working on some "common sense" hardening of one of my docker containers and my line of thinking suggests that I could attempt to uninstall APK and PIP from the Alpine linux image afte...
Essary asked 29/1, 2019 at 15:30
3
Solved
When trying to install pdftk apk throws this error.
ERROR: unsatisfiable constraints:
pdftk (missing):
required by: world[pdftk]
Here is the whole output:
/opt/app # apk add pdftk
fetch http://d...
Carmelcarmela asked 9/3, 2021 at 20:1
2
My Dockerfile:
FROM frolvlad/alpine-glibc:latest
ADD jdk-11.0.6_linux-x64_bin.tar.gz /usr/java
ENV JAVA_HOME=/usr/java/jdk-11.0.6
ENV PATH=$JAVA_HOME/bin:$PATH
When I run the command java -ver...
Schematize asked 1/2, 2020 at 7:16
2
Solved
I'm trying to run an Node 12.13.0 Alpine Docker container that runs a script every 15 minutes. According to Alpine's wiki cron section, I should be able to just add a RUN task in the Dockerfile to ...
Prem asked 27/10, 2019 at 8:27
5
I'm wanting to install the minimal cuda runtime files into alpine linux and create a much smaller docker base with cuda than that provided by nvidia themselves. The nvidia official ones are enormou...
Percussionist asked 22/6, 2017 at 0:25
1
Solved
I can not install ruby's gems on alpine docker image. I've tried different approaches from other questions to solve ERROR: While executing gem ... (Gem::FilePermissionError), but there are solution...
Yoheaveho asked 4/7, 2021 at 8:45
1
Solved
So I am running into an error with the latest docker build from alpine. alpine:3.14.0 was released about a day ago and was trying to install libressl and libressl-dev and both seem to fail with the...
Singularize asked 17/6, 2021 at 4:45
© 2022 - 2024 — McMap. All rights reserved.