mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:15:43 +01:00
Dockerfile: apt -> apt-get
Dockerfile commands should be using apt-get, not apt.
This commit is contained in:
parent
49c2435a40
commit
be54358fa7
@ -28,8 +28,8 @@ ARG MAKEFLAGS_PARALLEL=""
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt update \
|
||||
&& apt -y install software-properties-common \
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install software-properties-common \
|
||||
&& rm -rf /var/lib/apt/lists
|
||||
|
||||
RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
|
||||
|
Loading…
Reference in New Issue
Block a user