P
Size: a a a
P
P
P
N
P
N
N
N
N
P
PB
Dockerfile
для теста:FROM gcc:latest
RUN apt-get update && \
apt-get install -y \
libboost-dev \
libboost-program-options-dev
c
Dockerfile
для теста:FROM gcc:latest
RUN apt-get update && \
apt-get install -y \
libboost-dev \
libboost-program-options-dev
PB
Alpine
говорит, что у него даже apt-get
нет...PK
Alpine
говорит, что у него даже apt-get
нет...MD
Dockerfile
для теста:FROM gcc:latest
RUN apt-get update && \
apt-get install -y \
libboost-dev \
libboost-program-options-dev
MD
MD
MD
E: Release file for http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease is not valid yet
(invalid for another 1d 18h 20min 28s). Updates for this repository will not be applied.
E: Release file for http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease is not valid yet (i
nvalid for another 1d 19h 31min 11s). Updates for this repository will not be applied.
E: Release file for http://archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease is not valid yet
(invalid for another 1d 18h 22min 36s). Updates for this repository will not be applied.
MD
MD