Fix some redundancy/mispastes
This commit is contained in:
parent
ca3b93f116
commit
454b9491ad
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ FROM ghcr.io/$GH_REPO/base:latest
|
|||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN \
|
||||
apt-get -y install binutils-mingw-w64-i686 gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 gfortran-mingw-w64-x86-64 && \
|
||||
apt-get -y install binutils-mingw-w64-x86-64 gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 gfortran-mingw-w64-x86-64 && \
|
||||
apt-get -y clean && \
|
||||
rm /usr/lib/gcc/*-w64-mingw32/*/libstdc++*.dll* && \
|
||||
rm /usr/lib/gcc/*-w64-mingw32/*/libgcc_s* && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue