Skip to content

Commit

Permalink
Remove extraneous command from secret-sync image
Browse files Browse the repository at this point in the history
Must have accidentally crept in whilst debugging a build
  • Loading branch information
manics committed May 6, 2021
1 parent 7a3d186 commit 81d261e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/secret-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.8-alpine
# VULN_SCAN_TIME=2021-04-16_00:02:04

# Note that we use tini-static, it embeds dependencies missing in alpine
RUN ARCH=`uname -m`; date; \
RUN ARCH=`uname -m`; \
if [ "$ARCH" = x86_64 ]; then ARCH=amd64; fi; \
if [ "$ARCH" = aarch64 ]; then ARCH=arm64; fi; \
wget -qO /tini "https://github.com/krallin/tini/releases/download/v0.19.0/tini-static-$ARCH" \
Expand Down

0 comments on commit 81d261e

Please sign in to comment.