Skip to content

Commit

Permalink
fix: address tutorial issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jul 17, 2024
1 parent e57e5fa commit cc977dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ RUN wget https://spectro-cli.s3.amazonaws.com/v$PALETTE_REGISTRY_CLI_VERSION/li

ADD https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip /usr/local/sbin/
RUN unzip /usr/local/sbin/packer_${PACKER_VERSION}_linux_amd64.zip -d /usr/local/sbin && \
rm -rf /usr/local/sbin/packer_${PACKER_VERSION}_linux_amd64.zip
rm -rf /usr/local/sbin/packer_${PACKER_VERSION}_linux_amd64.zip && \
mkdir -p /home/appuser/.config/packer && \
chown -R appuser:appuser /home/appuser/.config/packer
EXPOSE 5000

USER appuser
Expand Down

0 comments on commit cc977dd

Please sign in to comment.