Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fix openssl version
  • Loading branch information
jleiva-gap committed Oct 16, 2024
1 parent c8310a9 commit 133246f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ COPY ./Docker/plainTextNamedConnections.template.json /app/plainTextNamedConnect
COPY ./Docker/run.sh /app/run.sh

RUN apk update && \
apk --no-cache add unzip=~6 dos2unix=~7 bash=~5 gettext=~0 postgresql15-client=~15 icu=~74 curl=~8 && \
apk add --upgrade openssl=3.1.7-r0 && \
apk --no-cache add --upgrade unzip=~6 dos2unix=~7 bash=~5 gettext=~0 openssl=3.3.2-r0 postgresql15-client=~15 icu=~74 curl=~8 && \
wget -nv -O /app/ApiPublisher.zip https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_apis/packaging/feeds/EdFi/nuget/packages/EdFi.ApiPublisher/versions/${VERSION}/content && \
unzip /app/ApiPublisher.zip 'EdFi.ApiPublisher/**' -d /app/ && \
mv /app/EdFi.ApiPublisher/* /app/ && \
Expand Down

0 comments on commit 133246f

Please sign in to comment.