Upgrade all packages FIRST before doing anything

This commit is contained in:
Colton G. Rushton 2021-02-12 11:13:16 -04:00 committed by GitHub
parent 09d584b5d5
commit de8b4bcfb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM ubuntu:18.04 as build
RUN apt-get update && \
apt-get upgrade && \
apt-get install -y \
binutils-mips-linux-gnu \
bsdmainutils \