Fix for Dockerfile smell DL4006

Signed-off-by: grosa1 <g.rosa1@studenti.unimol.it>
This commit is contained in:
grosa1 2023-04-16 15:25:32 +02:00
parent 05db81b92f
commit 7b86fff00b
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ENV TOOLCHAIN_GIT_BRANCH master
ENV PREMAKE5_URL=https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-linux.tar.gz
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN mkdir -p "$PS2DEV" "$PS2SDK" \
&& apt-get update \
&& apt-get upgrade -y \