GG
Size: a a a
GG
GG
echo '1'>/proc/blabla
какая-нибудь подобная магия)GG
GG
A
GG
AR
GG
N
A
N
DK
FROM python:3.6-stretch
RUN apt-get update && apt install redis-server
WORKDIR /usr/task-queue
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY / /
RUN ls -la /*
CMD ["python3", "/run.py"]
sudo docker build -t dk/drw-tasks-queue /home/ebal-v-rot/Desktop/tasks-queue/
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libjemalloc1 redis-tools
Suggested packages:
ruby-redis
The following NEW packages will be installed:
libjemalloc1 redis-server redis-tools
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 965 kB of archives.
After this operation, 2640 kB of additional disk space will be used.
Do you want to continue? [Y/n] Abort.
нThe command '/bin/sh -c apt-get update && apt install redis-server' returned a non-zero code: 1
ch
FROM python:3.6-stretch
RUN apt-get update && apt install redis-server
WORKDIR /usr/task-queue
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY / /
RUN ls -la /*
CMD ["python3", "/run.py"]
sudo docker build -t dk/drw-tasks-queue /home/ebal-v-rot/Desktop/tasks-queue/
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libjemalloc1 redis-tools
Suggested packages:
ruby-redis
The following NEW packages will be installed:
libjemalloc1 redis-server redis-tools
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 965 kB of archives.
After this operation, 2640 kB of additional disk space will be used.
Do you want to continue? [Y/n] Abort.
нThe command '/bin/sh -c apt-get update && apt install redis-server' returned a non-zero code: 1
DK
ch
-y, --yes, --assume-yes
Automatic yes to prompts; assume "yes" as answer to all prompts and run non-interactively. If an undesirable situation, such as changing a held package, trying to install an unauthenticated package or removing an
essential package occurs then apt-get will abort. Configuration Item: APT::Get::Assume-Yes.
ch
DK
-y, --yes, --assume-yes
Automatic yes to prompts; assume "yes" as answer to all prompts and run non-interactively. If an undesirable situation, such as changing a held package, trying to install an unauthenticated package or removing an
essential package occurs then apt-get will abort. Configuration Item: APT::Get::Assume-Yes.
ch
VZ
ch