Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroroiz committed Aug 6, 2024
1 parent 8bf2100 commit bbf5f0c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /srv/confidant
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
curl ca-certificates \
&& /usr/bin/curl -sL --fail https://deb.nodesource.com/setup_8.x | bash -
&& /usr/bin/curl -sL --fail https://deb.nodesource.com/setup_10.x | bash -
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
# For frontend
Expand Down
1 change: 0 additions & 1 deletion config/development/confidant.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
AWS_ACCESS_KEY_ID=1
AWS_SECRET_ACCESS_KEY=1
AWS_DEFAULT_REGION=us-east-1
GEVENT_RESOLVER=ares
DEBUG=true
HOST=0.0.0.0
PORT=80
Expand Down
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env =
DYNAMODB_TABLE=confidant-testing
DYNAMODB_TABLE_ARCHIVE=confidant-testing-archive
DYNAMODB_URL=http://dynamodb:8080
GEVENT_RESOLVER=ares
AWS_DEFAULT_REGION=us-east-1
USER_AUTH_KEY=authnz-usertesting
AUTH_KEY=authnz-testing
Expand Down
1 change: 0 additions & 1 deletion salt/pillar/example.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ confidant_env:
AUTH_KEY: 'authnz-{{ grains.cluster_name }}'
AUTHOMATIC_SALT: 'H39bfLCqLbrYrFyiJIxkK0uf12rlzvgjgo9FqOnttPXIdAAuyQ'
DYNAMODB_TABLE: '{{ grains.cluster_name }}'
GEVENT_RESOLVER: 'ares'
GOOGLE_OAUTH_CLIENT_ID: '123456789-abcdefghijklmnop.apps.googleusercontent.com'
GOOGLE_OAUTH_CONSUMER_SECRET: '123456789abcdefghijklmnop'
KMS_MASTER_KEY: '{{ grains.cluster_name }}'
Expand Down

0 comments on commit bbf5f0c

Please sign in to comment.