-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't use docker install mqtt-pwn #23
Comments
Dockerfile: RUN apt-get update ENV INSTALL_PATH /mqtt_pwn COPY requirements.txt requirements.txt COPY . . requirements.txt: |
按照你的方法成功了,多谢大兄弟了 |
Dockerfile: RUN echo "deb http://archive.debian.org/debian jessie main" > /etc/apt/sources.list ENV INSTALL_PATH /mqtt_pwn COPY requirements.txt requirements.txt COPY . . requirements.txt: |
|
this is my error
`ubuntu@VM-8-14-ubuntu:~/mqtt-pwn-master$ sudo docker-compose up --build --detach
[+] Building 7.5s (7/12)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 32B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/python:3.6-jessie 0.8s
=> [1/8] FROM docker.io/library/python:3.6-jessie@sha256:1e428d8e87bcc9cd156539c5afeb60075a518b20d2d4657db962df90e6552fa5 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 5.02kB 0.0s
=> CACHED [2/8] RUN apt-get update 0.0s
=> ERROR [3/8] RUN apt-get install software-properties-common less vim -y 6.6s
failed to solve: executor failed running [/bin/sh -c apt-get install software-properties-common less vim -y]: exit code: 100`
system:ubuntu 20.04
The text was updated successfully, but these errors were encountered: