zurück
This commit is contained in:
parent
83ce2e2cf3
commit
056b503507
@ -19,10 +19,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Use HTTPS mirrors so apt works even if HTTP (port 80) is blocked in the network.
|
||||
RUN sed -i 's|http://deb.debian.org|https://deb.debian.org|g' /etc/apt/sources.list \
|
||||
&& sed -i 's|http://security.debian.org|https://security.debian.org|g' /etc/apt/sources.list \
|
||||
&& apt-get update \
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends libgomp1 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user