Skip to content

Commit

Permalink
Update ccrypt for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Jan 8, 2025
1 parent 7286c02 commit 29bf703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
libxcrypt-compat-4.4.33 \
libpq-15.0 && \
echo "Installing RPM"; \
rpm -i https://ccrypt.sourceforge.net/download/1.11/ccrypt-1.11-1.x86_64.rpm; \
rpm -i https://ccrypt.sourceforge.net/download/1.11/ccrypt-1.11-1.src.rpm; \
fi

# Install just the deps without the code as it's own step to avoid redoing this on code changes
Expand Down Expand Up @@ -69,7 +69,7 @@ FROM base

# install tar
RUN yum install tar -y
# do we need to untar jwt-keys?
# do we need to untar jwt-keys?

COPY --chown=gen3:gen3 --from=builder /$appname /$appname

Expand Down

0 comments on commit 29bf703

Please sign in to comment.