diff --git a/backend/Dockerfile b/backend/Dockerfile index b1be91bb..24b89bee 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,7 +1,7 @@ FROM node:18-alpine3.17 USER root -RUN apk update && apk upgrade && apk add --no-cache g++ make py3-pip +RUN apk update && apk upgrade && apk add g++ make py3-pip WORKDIR /app COPY ./package* ./ diff --git a/frontend/src/components/ReadySetCyber/RSCDashboard.tsx b/frontend/src/components/ReadySetCyber/RSCDashboard.tsx index 26c6b4b0..9cbac3a6 100644 --- a/frontend/src/components/ReadySetCyber/RSCDashboard.tsx +++ b/frontend/src/components/ReadySetCyber/RSCDashboard.tsx @@ -9,6 +9,7 @@ import { useAuthContext } from 'context'; export const RSCDashboard: React.FC = () => { const { apiGet } = useAuthContext(); + const [results, setResults] = React.useState< { id: string;