Skip to content

Commit

Permalink
use older docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
corbinlc committed Jul 8, 2022
1 parent dba3144 commit 9583a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:bionic

ARG RUN_CMD
ENV RUN_CMD ${RUN_CMD}
Expand Down
2 changes: 1 addition & 1 deletion input/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ case "$1" in
esac

apt update
apt install -y git sudo curl unzip mawk zip python2 make build-essential lsb-release
apt install -y git sudo curl unzip mawk zip python make build-essential lsb-release

rm -rf $ARCH_DIR
mkdir -p $ARCH_DIR
Expand Down

0 comments on commit 9583a22

Please sign in to comment.