Skip to content

Commit

Permalink
added dos2unix
Browse files Browse the repository at this point in the history
  • Loading branch information
mccarthysean committed Jul 11, 2022
1 parent 16869cf commit 4c5484a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG COMPOSE_DOCKER_CLI_BUILD=1
# Configure apt and install packages
# I had to add --insecure since curl didn't work...
RUN apt-get update && \
apt-get install -y --no-install-recommends apt-utils dialog curl iputils-ping unzip 2>&1 && \
apt-get install -y --no-install-recommends apt-utils dialog curl iputils-ping unzip dos2unix 2>&1 && \
# Install AWS CLI
curl --insecure "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
unzip awscliv2.zip && \
Expand Down
1 change: 0 additions & 1 deletion scripts/poetry_publish_package_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ poetry build
# poetry publish --build
# poetry publish --build --username $PYPI_USERNAME_PROD --password $PYPI_PASSWORD_PROD
poetry publish --username __token__ --password $PYPI_TOKEN_PROD

0 comments on commit 4c5484a

Please sign in to comment.