Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM amazonlinux:2023.1.20230719.0 as build
FROM amazonlinux:2.0.20230719.0 as build
FROM amazonlinux:2.0.20240306.2 as build

RUN mkdir -p /var/tmp/workdir
WORKDIR /var/tmp/workdir
Expand Down Expand Up @@ -88,7 +88,7 @@ ENTRYPOINT []
CMD /bin/bash

#FROM amazonlinux:2023.1.20230719.0
FROM amazonlinux:2.0.20230719.0
FROM amazonlinux:2.0.20240306.2

#RUN yum install -y rsync git jq tar zip unzip findutils binutils make xz java java-devel which python3 pip gcc hostname
RUN yum install -y rsync git jq tar zip unzip amazon-linux-extras binutils make xz java java-devel which python3 pip3 gcc hostname
Expand Down