Skip to content

Commit

Permalink
meowcoin paths
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffWilliams committed Jan 26, 2024
1 parent e8a80a9 commit bbbeb0d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions meowcoin.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ RUN MEOWCOIN_TARBALL=$(basename ${MEOWCOIN_URL}) \
&& apt-get install -y \
curl \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /root/.meowcoin /app /app/meowcoin-${MEOWCOIN_VERSION} \
&& cd /app/meowcoin-${MEOWCOIN_VERSION} \
&& mkdir /root/.meowcoin /app \
&& cd /app \
&& curl -L -O ${MEOWCOIN_URL} \
&& tar -zxvf ${MEOWCOIN_TARBALL} \
&& rm "${MEOWCOIN_TARBALL}" \
&& cd .. \
&& ln -s "./$(basename ${MEOWCOIN_TARBALL} .tar.gz)" meowcoin
&& ln -s "./$(basename ${MEOWCOIN_TARBALL} -x86_64-linux-gnu.tar.gz)" meowcoin

WORKDIR /app/meowcoin

Expand Down

0 comments on commit bbbeb0d

Please sign in to comment.